0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00

Just formatting.

This commit is contained in:
Ondrej Filip 2000-08-18 16:36:54 +00:00
parent 28a6e1aa0e
commit 88aa2af7ef

View File

@ -10,8 +10,8 @@
#define _BIRD_OSPF_TOPOLOGY_H_
struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */
snode n;
node cn;
snode n;
node cn;
struct top_hash_entry *next; /* Next in hash chain */
struct ospf_lsa_header lsa;
void *lsa_body;