summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/agent/snmpd.h
blob: 935c0e77a87f18dcc5fd44bccf431890d3cac6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * snmpd.h
 */

#define MASTER_AGENT 0
#define SUB_AGENT    1
extern int      agent_role;

extern int      snmp_dump_packet;
extern int      verbose;
extern int      (*sd_handlers[]) (int);
extern int      smux_listen_sd;

extern int      snmp_read_packet(int);

/*
 * config file parsing routines 
 */
void            agentBoots_conf(char *, char *);