]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added comments.
authorOndrej Filip <feela@network.cz>
Sat, 9 Jun 2001 14:56:01 +0000 (14:56 +0000)
committerOndrej Filip <feela@network.cz>
Sat, 9 Jun 2001 14:56:01 +0000 (14:56 +0000)
proto/ospf/topology.h

index 70fed41915312142fb5dbb23e36baba4aa82f77b..c4bbc9e5d04fd7c956864f7ce0b9fb25431d2bf1 100644 (file)
 
 struct top_hash_entry {  /* Index for fast mapping (type,rtrid,LSid)->vertex */
   snode n;
-  node cn;
+  node cn;                             /* For adding into list of candidates
+                                        * in intra-area routing table
+                                        * calculation
+                                        */
   struct top_hash_entry *next;         /* Next in hash chain */
   struct ospf_lsa_header lsa;
   void *lsa_body;