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

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef _AGENTX_MASTER_H
  2. #define _AGENTX_MASTER_H
  3. config_belongs_in(agent_module)
  4. config_require(agentx/protocol)
  5. config_require(agentx/client)
  6. config_require(agentx/master_admin)
  7. config_require(agentx/agentx_config)
  8. config_require(mibII/sysORTable)
  9.      void            init_master(void);
  10.      void            real_init_master(void);
  11.      Netsnmp_Node_Handler agentx_master_handler;
  12. #endif                          /* _AGENTX_MASTER_H */