subagent.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
- #ifndef _AGENTX_SUBAGENT_H
- #define _AGENTX_SUBAGENT_H
- config_belongs_in(agent_module)
- config_require(agentx/protocol)
- config_require(agentx/client)
- config_require(agentx/agentx_config)
- void init_subagent(void);
- int subagent_pre_init(void);
- int handle_agentx_packet(int, netsnmp_session *, int,
- netsnmp_pdu *, void *);
- SNMPCallback agentx_register_callback;
- SNMPCallback agentx_unregister_callback;
- SNMPAlarmCallback agentx_check_session;
- #endif /* _AGENTX_SUBAGENT_H */