?? snmp.h
字號:
#ifndef SNMP_H#define SNMP_H/* snmp backend */int snmp_open_driver(struct ifstat_driver *driver, char *options);int snmp_scan_interfaces(struct ifstat_driver *driver, struct ifstat_list *list);int snmp_get_stats(struct ifstat_driver *driver, struct ifstat_list *ifaces);void snmp_close_driver(struct ifstat_driver *driver);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -