]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
LSA type changed from u16 to u8.
authorOndrej Filip <feela@network.cz>
Tue, 8 Feb 2000 19:24:22 +0000 (19:24 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 8 Feb 2000 19:24:22 +0000 (19:24 +0000)
proto/ospf/topology.h

index b35c4543e1212ec7644f2d24f04c57239d5286eb..22b821387f82e6dd8f12bbfedfb0bd65ea027df0 100644 (file)
@@ -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 {