diff options
author | Ondrej Filip <feela@network.cz> | 2001-06-09 16:56:01 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2001-06-09 16:56:01 +0200 |
commit | 87c450dffcbcc76270c95b4c923838445cd6816b (patch) | |
tree | 2907667d3a77a6ffb947cd041f4c2a7e65af0794 /proto/ospf | |
parent | e9d3c3aaea24724c285027154bd9f5ddef8394e0 (diff) | |
download | bird-87c450dffcbcc76270c95b4c923838445cd6816b.tar bird-87c450dffcbcc76270c95b4c923838445cd6816b.zip |
Added comments.
Diffstat (limited to 'proto/ospf')
-rw-r--r-- | proto/ospf/topology.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 70fed41..c4bbc9e 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; |