📄 subagent.h
字号:
#ifndef _AGENTX_SUBAGENT_H#define _AGENTX_SUBAGENT_Hconfig_require(agentx/protocol)config_require(agentx/client)void subagent_pre_init(void);int handle_agentx_packet(int, struct snmp_session *, int, struct snmp_pdu *, void *);SNMPCallback agentx_register_callback;SNMPCallback agentx_unregister_callback;extern struct snmp_session *agentx_session;#endif /* _AGENTX_SUBAGENT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -