📄 private_mib.h
字号:
/**
* @file
* Exports Private lwIP MIB
*/
#ifndef __LWIP_PRIVATE_MIB_H__
#define __LWIP_PRIVATE_MIB_H__
#include "arch/cc.h"
#include "lwip/opt.h"
#if LWIP_SNMP
#include "lwip/snmp_structs.h"
extern const struct mib_array_node mib_private;
/** @todo remove this?? */
struct private_msg
{
u8_t dummy;
};
void lwip_privmib_init(void);
#define SNMP_PRIVATE_MIB_INIT() lwip_privmib_init()
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -