summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-30 22:18:51 +0200
committerOndrej Filip <feela@network.cz>2000-03-30 22:18:51 +0200
commit14a7921c83f0ecfc8793b3a38e4ac16ae9bd75d3 (patch)
treedb11a7775c5bf5469d8f2bca8702ac84dca158cb /proto/ospf/topology.h
parentde769e24c01ff0c4aa573d9b4cec833dcae182d2 (diff)
downloadbird-14a7921c83f0ecfc8793b3a38e4ac16ae9bd75d3.tar
bird-14a7921c83f0ecfc8793b3a38e4ac16ae9bd75d3.zip
LSA structure changes. (Len added.)
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 9ebd0ed..3e45bbf 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -14,6 +14,7 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
struct top_hash_entry *next; /* Next in hash chain */
struct ospf_lsa_header lsa;
void *lsa_body;
+ unsigned int body_len;
};
struct top_graph {