From: Ondrej Filip Date: Sat, 9 Jun 2001 14:56:01 +0000 (+0000) Subject: Added comments. X-Git-Tag: v1.2.0~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c450dffcbcc76270c95b4c923838445cd6816b;p=thirdparty%2Fbird.git Added comments. --- diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 70fed4191..c4bbc9e5d 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -11,7 +11,10 @@ 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;