net-snmp 5.7
|
00001 /* 00002 * snmpd.h 00003 */ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 #define MASTER_AGENT 0 00010 #define SUB_AGENT 1 00011 extern int agent_role; 00012 00013 extern int snmp_dump_packet; 00014 extern int verbose; 00015 extern int (*sd_handlers[]) (int); 00016 extern int smux_listen_sd; 00017 00018 extern int snmp_read_packet(int); 00019 00020 /* 00021 * config file parsing routines 00022 */ 00023 void agentBoots_conf(char *, char *); 00024 00025 #ifdef __cplusplus 00026 } 00027 #endif