From 921a93f2176723d235989efe882050c0265bea84 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 4 Apr 2000 00:32:17 +0000 Subject: Flooding work continues. --- proto/ospf/topology.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proto/ospf/topology.c') diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index e4982c27..e166b4ad 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -291,6 +291,11 @@ ospf_top_rehash(struct top_graph *f, int step) ospf_top_ht_free(oldt); } +struct top_hash_entry * +ospf_hash_find_header(struct top_graph *f, struct ospf_lsa_header *h) +{ + return ospf_hash_find(f,h->id,h->rt,h->type); +} struct top_hash_entry * ospf_hash_find(struct top_graph *f, u32 lsa, u32 rtr, u32 type) { -- cgit v1.2.3