summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-03-31 03:14:41 +0200
committerOndrej Filip <feela@network.cz>2000-03-31 03:14:41 +0200
commit9f940976d10e6295f78adf4afb1868a7ed6cac73 (patch)
treeed1c231e059741e5ac2b0a51d06d96673ec324ed /proto/ospf/topology.h
parentf45fd3164bf2f9342e12e867f8d68c7fc77d3177 (diff)
downloadbird-9f940976d10e6295f78adf4afb1868a7ed6cac73.tar
bird-9f940976d10e6295f78adf4afb1868a7ed6cac73.zip
Some bug fixes. LSA checksum is still bad. I'll fix it later.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 3e45bbf..9ebd0ed 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -14,7 +14,6 @@ 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 {