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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NSLOGGING_H
  2. #define NSLOGGING_H
  3. /*
  4.  * function declarations 
  5.  */
  6. void            init_nsLogging(void);
  7. /*
  8.  * Handler and iterators for the logging table
  9.  */
  10. Netsnmp_Node_Handler handle_nsLoggingTable;
  11. Netsnmp_First_Data_Point  get_first_logging_entry;
  12. Netsnmp_Next_Data_Point   get_next_logging_entry;
  13. #endif /* NSLOGGING_H */