⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subagent.h

📁 snmp的源代码,已经在我的ubuntu下编译通过
💻 H
字号:
#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)    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 */

⌨️ 快捷键说明

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