]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Other LS struct added.
authorOndrej Filip <feela@network.cz>
Tue, 8 Feb 2000 22:13:12 +0000 (22:13 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 8 Feb 2000 22:13:12 +0000 (22:13 +0000)
proto/ospf/topology.h

index 22b821387f82e6dd8f12bbfedfb0bd65ea027df0..505f5bc7e59c6eb07816ee43ee4498f9804caf67 100644 (file)
@@ -18,6 +18,14 @@ struct top_hash_entry {  /* Index for fast mapping (type,rtrid,LSid)->vertex */
   u8 pad2;
 };
 
+struct top_vertex {    /* LSA without type,rtid and lsid */
+  u16 lsage;
+  u8 options;
+  u32 lsseqno;
+  void *data;
+};
+
+
 struct top_graph {
   pool *pool;                          /* Pool we allocate from */
   slab *hash_slab;                     /* Slab for hash entries */