1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

LSA structure changes. (Len added.)

This commit is contained in:
Ondrej Filip
2000-03-30 20:18:51 +00:00
parent de769e24c0
commit 14a7921c83
2 changed files with 4 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
struct top_hash_entry *next; /* Next in hash chain */
struct ospf_lsa_header lsa;
void *lsa_body;
unsigned int body_len;
};
struct top_graph {