summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-30 13:31:05 +0200
committerOndrej Filip <feela@network.cz>2000-04-30 13:31:05 +0200
commitc6c56264361e102691fe42134ab585f631f83898 (patch)
tree6636ad67900ebf8e5c21c4be5c023e2e0df7e7ca /proto/ospf/rt.h
parente80e9d0da5d737b7f6e65358067f62a6ac85f4fe (diff)
downloadbird-c6c56264361e102691fe42134ab585f631f83898.tar
bird-c6c56264361e102691fe42134ab585f631f83898.zip
Sync with nest's rt table and some minor improvements.
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r--proto/ospf/rt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h
index eb8c43c..9539751 100644
--- a/proto/ospf/rt.h
+++ b/proto/ospf/rt.h
@@ -12,7 +12,8 @@
void ospf_rt_spfa(struct ospf_area *oa, struct proto *p);
void add_cand(list *l, struct top_hash_entry *en, struct top_hash_entry *par,
- u16 dist);
-struct top_hash_entry *calc_next_hop(struct top_hash_entry *par);
+ u16 dist, struct proto *p);
+void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,
+ struct proto *p);
#endif /* _BIRD_OSPF_RT_H_ */