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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * Note: this file originally auto-generated by mib2c using
  3.  *        : mib2c.iterate_access.conf,v 1.4 2003/07/01 00:15:11 hardaker Exp $
  4.  */
  5. #ifndef NETSNMPHOSTSTABLE_H
  6. #define NETSNMPHOSTSTABLE_H
  7. /** other required module components */
  8. config_require(examples/netSnmpHostsTable_access)
  9. config_require(examples/netSnmpHostsTable_checkfns)
  10. config_add_mib(NET-SNMP-EXAMPLES-MIB)
  11.     /*
  12.      * function declarations 
  13.      */
  14.      void            init_netSnmpHostsTable(void);
  15.      void            initialize_table_netSnmpHostsTable(void);
  16.      Netsnmp_Node_Handler netSnmpHostsTable_handler;
  17. /*
  18.  * column number definitions for table netSnmpHostsTable 
  19.  */
  20. #include "netSnmpHostsTable_columns.h"
  21. /*
  22.  * enum definions 
  23.  */
  24. #include "netSnmpHostsTable_enums.h"
  25. #endif /** NETSNMPHOSTSTABLE_H */