summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-01 00:14:31 +0200
committerOndrej Filip <feela@network.cz>2000-05-01 00:14:31 +0200
commit85195f1a53eb350cd32ecba69c208dbece6fb776 (patch)
tree730babc6971a28407f5046add3913dde3abd5882 /proto/ospf/rt.h
parent2337ade7546254eb48a22a1e195cc7999e684d21 (diff)
downloadbird-85195f1a53eb350cd32ecba69c208dbece6fb776.tar
bird-85195f1a53eb350cd32ecba69c208dbece6fb776.zip
Many small changes and bug fixes. Routing table calculation works.
I'm waiting for rt lookup to add stub networks.
Diffstat (limited to 'proto/ospf/rt.h')
-rw-r--r--proto/ospf/rt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/rt.h b/proto/ospf/rt.h
index 9539751..93c1109 100644
--- a/proto/ospf/rt.h
+++ b/proto/ospf/rt.h
@@ -12,8 +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 proto *p);
+ u16 dist, struct proto *p, struct ospf_area *oa);
void calc_next_hop(struct top_hash_entry *par, struct top_hash_entry *en,
- struct proto *p);
+ struct proto *p, struct ospf_area *oa);
#endif /* _BIRD_OSPF_RT_H_ */