From 468f2347fc0ea3e0eb6513ccd0433d0b48f2c739 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 29 Apr 2000 15:57:14 +0000 Subject: Calculating of nexts hop(s) added. --- proto/ospf/rt.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'proto/ospf/rt.h') diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h index 6eb0bcc..fd827b0 100644 --- a/proto/ospf/rt.h +++ b/proto/ospf/rt.h @@ -11,6 +11,11 @@ #define _BIRD_OSPF_RT_H_ void ospf_rt_spfa(struct ospf_area *oa, struct proto *p); -void add_cand(list *l, struct top_hash_entry *en, u16 dist, slab *s); +void add_cand(list *l, struct top_hash_entry *en, struct top_hash_entry *par, + u16 dist, slab *s, slab *sll); +list *calc_next_hop(struct top_hash_entry *par, slab *sl, slab *sll); +list *multi_next_hop(struct top_hash_entry *par, struct top_hash_entry *en, + slab *sl, slab *sll); + #endif /* _BIRD_OSPF_RT_H_ */ -- cgit v1.2.3