Asterisk - The Open Source Telephony Project
18.5.0
|
SNMP Agent / SubAgent support for Asterisk. More...
Go to the source code of this file.
Functions | |
void * | agent_thread (void *) |
Variables | |
int | res_snmp_agentx_subagent |
int | res_snmp_dont_stop |
SNMP Agent / SubAgent support for Asterisk.
Definition in file agent.h.
void* agent_thread | ( | void * | ) |
Definition at line 189 of file agent.c.
References ast_verb, init_asterisk_mib(), NULL, res_snmp_agentx_subagent, and res_snmp_dont_stop.
Referenced by load_module().
int res_snmp_agentx_subagent |
Definition at line 43 of file res_snmp.c.
Referenced by agent_thread(), and load_config().
int res_snmp_dont_stop |
Definition at line 44 of file res_snmp.c.
Referenced by agent_thread(), load_module(), and unload_module().