nsDebug.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NSDEBUG_H
  2. #define NSDEBUG_H
  3. /*
  4.  * function declarations 
  5.  */
  6. void            init_nsDebug(void);
  7. /*
  8.  * Handlers for the scalar objects
  9.  */
  10. Netsnmp_Node_Handler handle_nsDebugEnabled;
  11. Netsnmp_Node_Handler handle_nsDebugOutputAll;
  12. Netsnmp_Node_Handler handle_nsDebugDumpPdu;
  13. /*
  14.  * Handler and iterators for the debug table
  15.  */
  16. Netsnmp_Node_Handler handle_nsDebugTable;
  17. Netsnmp_First_Data_Point  get_first_debug_entry;
  18. Netsnmp_Next_Data_Point   get_next_debug_entry;
  19. #endif /* NSDEBUG_H */