subagent.h

来自「开发snmp的开发包有两个开放的SNMP开发库」· C头文件 代码 · 共 22 行

H
22
字号
#ifndef _AGENTX_SUBAGENT_H#define _AGENTX_SUBAGENT_Hconfig_belongs_in(agent_module)config_require(agentx/protocol)config_require(agentx/client)config_require(agentx/agentx_config)#ifndef NETSNMP_TRANSPORT_CALLBACK_DOMAINconfig_error(agentx/subagent depends on the Callback transport)#endif     int             subagent_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 */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?