LSA type changed from u16 to u8.
This commit is contained in:
parent
c7b915d68c
commit
d3cb698053
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
|
||||||
struct top_hash_entry *next; /* Next in hash chain */
|
struct top_hash_entry *next; /* Next in hash chain */
|
||||||
struct top_vertex *vertex;
|
struct top_vertex *vertex;
|
||||||
u32 lsa_id, rtr_id;
|
u32 lsa_id, rtr_id;
|
||||||
u16 lsa_type;
|
u8 lsa_type;
|
||||||
u16 pad;
|
u16 pad1;
|
||||||
|
u8 pad2;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct top_graph {
|
struct top_graph {
|
||||||
|
|
Loading…
Reference in a new issue