Just formatting.
This commit is contained in:
parent
28a6e1aa0e
commit
88aa2af7ef
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
||||||
#define _BIRD_OSPF_TOPOLOGY_H_
|
#define _BIRD_OSPF_TOPOLOGY_H_
|
||||||
|
|
||||||
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;
|
||||||
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