diff options
author | Ondrej Filip <feela@network.cz> | 2000-03-31 01:14:41 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-03-31 01:14:41 +0000 |
commit | 9f940976d10e6295f78adf4afb1868a7ed6cac73 (patch) | |
tree | ed1c231e059741e5ac2b0a51d06d96673ec324ed /proto/ospf/topology.h | |
parent | f45fd3164bf2f9342e12e867f8d68c7fc77d3177 (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 3e45bbf2..9ebd0ed7 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 { |