Added comments.
This commit is contained in:
parent
e9d3c3aaea
commit
87c450dffc
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
||||||
|
|
||||||
struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
|
struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
|
||||||
snode n;
|
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 top_hash_entry *next; /* Next in hash chain */
|
||||||
struct ospf_lsa_header lsa;
|
struct ospf_lsa_header lsa;
|
||||||
void *lsa_body;
|
void *lsa_body;
|
||||||
|
|
Loading…
Reference in a new issue