From 52dc7ee65f8d887b0730abc0a5d44d27fc6ecafd Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 23 Sep 2004 19:18:23 +0000 Subject: Remove usage of evil list and listnode typedefs. --- ospfd/ospf_spf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ospfd/ospf_spf.h') diff --git a/ospfd/ospf_spf.h b/ospfd/ospf_spf.h index 928d98b7..25b1d79b 100644 --- a/ospfd/ospf_spf.h +++ b/ospfd/ospf_spf.h @@ -38,8 +38,8 @@ struct vertex struct lsa_header *lsa; /* Router or Network LSA */ u_int32_t distance; /* from root to this vertex */ int backlink; /* link index of back-link */ - list child; /* list of vertex: children in SPF tree*/ - list nexthop; /* list of vertex_nexthop from root to this vertex */ + struct list *child; /* list of vertex: children in SPF tree*/ + struct list *nexthop; /* list of vertex_nexthop from root to this vertex */ }; /* A nexthop taken on the root node to get to this (parent) vertex */ -- cgit v1.2.1