summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r--proto/ospf/topology.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h
index 505f5bc..ea499e0 100644
--- a/proto/ospf/topology.h
+++ b/proto/ospf/topology.h
@@ -14,18 +14,11 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
struct top_vertex *vertex;
u32 lsa_id, rtr_id;
u8 lsa_type;
- u16 pad1;
- u8 pad2;
-};
-
-struct top_vertex { /* LSA without type,rtid and lsid */
- u16 lsage;
u8 options;
+ u16 lsage;
u32 lsseqno;
- void *data;
};
-
struct top_graph {
pool *pool; /* Pool we allocate from */
slab *hash_slab; /* Slab for hash entries */