summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-30 21:37:26 +0200
committerOndrej Filip <feela@network.cz>2000-03-30 21:37:26 +0200
commit95eb1dba3ffe810bd876546ca4580af3bccdf181 (patch)
treea261bb6bda3830a80c2990d7b8634eca6a1e8fa6 /proto/ospf/ospf.h
parent76915ec9798a2c067ef05c6fb94cea58af12128e (diff)
downloadbird-95eb1dba3ffe810bd876546ca4580af3bccdf181.tar
bird-95eb1dba3ffe810bd876546ca4580af3bccdf181.zip
Add hashing to link state request list.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h
index 0301154..283ccc9 100644
--- a/proto/ospf/ospf.h
+++ b/proto/ospf/ospf.h
@@ -272,7 +272,8 @@ struct ospf_neighbor
u32 bdr; /* Neigbour's idea of BDR */
u8 adj; /* built adjacency? */
siterator dbsi; /* Database summary list iterator */
- slist lsrql; /* Link state request */ /* FIXME add hashing? */
+ slist lsrql; /* Link state request */
+ struct top_graph *lsrqh; /* LSA graph */
siterator lsrqi;
slist lsrtl; /* Link state retransmission list */
siterator lsrti;