diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-29 15:57:14 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-29 15:57:14 +0000 |
commit | 468f2347fc0ea3e0eb6513ccd0433d0b48f2c739 (patch) | |
tree | f005ee0f216ddb3bc1bc7cc9a354856588b44e29 /proto/ospf/topology.h | |
parent | 9c1a55deeeb5aa5cd2f18b109fabb50947c308ab (diff) |
Calculating of nexts hop(s) added.
Diffstat (limited to 'proto/ospf/topology.h')
-rw-r--r-- | proto/ospf/topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 032a977b..e825de73 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -15,7 +15,7 @@ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */ struct ospf_lsa_header lsa; void *lsa_body; bird_clock_t inst_t; /* Time of installation into DB */ - list nh; /* List of next hops */ + list *nh; /* List of next hops */ u16 dist; /* Distance from the root */ u8 color; #define OUTSPF 0 |