summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 04:27:08 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 04:27:08 +0200
commit992705f65a9feb04ed0e918d06ad283928aca13a (patch)
tree12e5895bd937eb7b4bfc390e6e128bdc6a7f844e /proto/ospf/topology.h
parentd3995c498d92d7ce54fb2fcb6904e4e41f7588dc (diff)
downloadbird-992705f65a9feb04ed0e918d06ad283928aca13a.tar
bird-992705f65a9feb04ed0e918d06ad283928aca13a.zip
Tracing in topology
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 786e976..de04cae 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -39,7 +39,7 @@ struct top_graph {
struct top_graph *ospf_top_new(struct proto_ospf *);
void ospf_top_free(struct top_graph *);
-void ospf_top_dump(struct top_graph *);
+void ospf_top_dump(struct top_graph *, struct proto *);
struct top_hash_entry *ospf_hash_find_header(struct top_graph *f, struct ospf_lsa_header *h);
struct top_hash_entry *ospf_hash_get_header(struct top_graph *f, struct ospf_lsa_header *h);
struct top_hash_entry *ospf_hash_find(struct top_graph *, u32 lsa, u32 rtr, u32 type);