diff options
Diffstat (limited to 'ldpd/ldp_snmp.c')
| -rw-r--r-- | ldpd/ldp_snmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldpd/ldp_snmp.c b/ldpd/ldp_snmp.c index 7ddd7bc881..ed391ac600 100644 --- a/ldpd/ldp_snmp.c +++ b/ldpd/ldp_snmp.c @@ -1173,7 +1173,7 @@ static int ldp_snmp_nbr_state_change(struct nbr * nbr, int old_state) return 0; } -static int ldp_snmp_init(struct event_master *tm) +static int ldp_snmp_init(struct event_loop *tm) { hook_register(agentx_enabled, ldp_snmp_agentx_enabled); @@ -1182,7 +1182,7 @@ static int ldp_snmp_init(struct event_master *tm) return 0; } -static int ldp_snmp_register_mib(struct event_master *tm) +static int ldp_snmp_register_mib(struct event_loop *tm) { static int registered = 0; |
