From 8496b2e41a81f8281da0e0c3e4bbb72a57d3bf21 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 3 Apr 2000 22:31:07 +0000 Subject: Minor change in area list. Now I use MJ's lists. --- proto/ospf/ospf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/ospf.h') diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index c2db08d..ee94f10 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -315,7 +315,7 @@ struct ospf_neighbor #define INM_LLDOWN 12 /* Line down */ struct ospf_area { - struct ospf_area *next; + node n; u32 areaid; struct top_graph *gr; /* LSA graph */ slist lsal; /* List of all LSA's */ @@ -326,8 +326,8 @@ struct ospf_area { struct proto_ospf { struct proto proto; list iface_list; /* Interfaces we really use */ + list area_list; int areano; /* Number of area I belong to */ - struct ospf_area *firstarea; }; static int ospf_start(struct proto *p); -- cgit v1.2.3