]> git.proxmox.com Git - mirror_frr.git/blobdiff - eigrpd/eigrp_neighbor.h
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / eigrpd / eigrp_neighbor.h
index 5c9e44e2b96df3b64ef5698a9ccc9498854cd327..2ccc89cf3a7e4126525277479f985bf04b4512be 100644 (file)
@@ -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);