From d3cb698053e14b3d35750d92389c34b71503bfc6 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 8 Feb 2000 19:24:22 +0000 Subject: LSA type changed from u16 to u8. --- proto/ospf/topology.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'proto/ospf/topology.h') diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index b35c454..22b8213 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -13,8 +13,9 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */ struct top_hash_entry *next; /* Next in hash chain */ struct top_vertex *vertex; u32 lsa_id, rtr_id; - u16 lsa_type; - u16 pad; + u8 lsa_type; + u16 pad1; + u8 pad2; }; struct top_graph { -- cgit v1.2.3