0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

Added comments.

This commit is contained in:
Ondrej Filip 2001-06-09 14:56:01 +00:00
parent e9d3c3aaea
commit 87c450dffc

View File

@ -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;