From 468f2347fc0ea3e0eb6513ccd0433d0b48f2c739 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sat, 29 Apr 2000 15:57:14 +0000 Subject: Calculating of nexts hop(s) added. --- proto/ospf/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/topology.h') diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index 032a977..e825de7 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 -- cgit v1.2.3