⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nsdebug.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
字号:
#ifndef NSDEBUG_H#define NSDEBUG_H/* * function declarations  */void            init_nsDebug(void);/* * Handlers for the scalar objects */Netsnmp_Node_Handler handle_nsDebugEnabled;Netsnmp_Node_Handler handle_nsDebugOutputAll;Netsnmp_Node_Handler handle_nsDebugDumpPdu;/* * Handler and iterators for the debug table */Netsnmp_Node_Handler handle_nsDebugTable;Netsnmp_First_Data_Point  get_first_debug_entry;Netsnmp_Next_Data_Point   get_next_debug_entry;#endif /* NSDEBUG_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -