nslogging.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 17 行
H
17 行
#ifndef NSLOGGING_H#define NSLOGGING_H/* * function declarations */void init_nsLogging(void);/* * Handler and iterators for the logging table */Netsnmp_Node_Handler handle_nsLoggingTable;Netsnmp_First_Data_Point get_first_logging_entry;Netsnmp_Next_Data_Point get_next_logging_entry;#endif /* NSLOGGING_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?