summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_neighbor.h
diff options
context:
space:
mode:
Diffstat (limited to 'eigrpd/eigrp_neighbor.h')
-rw-r--r--eigrpd/eigrp_neighbor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_neighbor.h b/eigrpd/eigrp_neighbor.h
index 5c9e44e2b9..2ccc89cf3a 100644
--- a/eigrpd/eigrp_neighbor.h
+++ b/eigrpd/eigrp_neighbor.h
@@ -24,7 +24,7 @@ extern struct eigrp_neighbor *eigrp_nbr_get(struct eigrp_interface *ei,
extern struct eigrp_neighbor *eigrp_nbr_new(struct eigrp_interface *ei);
extern void eigrp_nbr_delete(struct eigrp_neighbor *neigh);
-extern void holddown_timer_expired(struct thread *thread);
+extern void holddown_timer_expired(struct event *thread);
extern int eigrp_neighborship_check(struct eigrp_neighbor *neigh,
struct TLV_Parameter_Type *tlv);