From c7e46aae66861ce282e9b1a0140fa422763094ce Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 10 May 2000 12:37:43 +0000 Subject: Destroying of neighbor moved from 'hello' to 'neighbor' and improved. --- proto/ospf/neighbor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/neighbor.h') diff --git a/proto/ospf/neighbor.h b/proto/ospf/neighbor.h index 501b965..5deb37a 100644 --- a/proto/ospf/neighbor.h +++ b/proto/ospf/neighbor.h @@ -20,5 +20,6 @@ void bdr_election(struct ospf_iface *ifa, struct proto *p); struct ospf_neighbor *find_neigh(struct ospf_iface *ifa, u32 rid); struct ospf_neighbor *find_neigh_noifa(struct proto_ospf *po, u32 rid); struct ospf_area *ospf_find_area(struct proto_ospf *po, u32 aid); +void neighbor_timer_hook(timer *timer); #endif /* _BIRD_OSPF_NEIGHBOR_H_ */ -- cgit v1.2.3