diff options
Diffstat (limited to 'ospf6d/ospf6_top.h')
-rw-r--r-- | ospf6d/ospf6_top.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.h b/ospf6d/ospf6_top.h index d831d94f..9fd03954 100644 --- a/ospf6d/ospf6_top.h +++ b/ospf6d/ospf6_top.h @@ -34,7 +34,7 @@ struct ospf6 struct timeval starttime; /* list of areas */ - list area_list; + struct list *area_list; /* AS scope link state database */ struct ospf6_lsdb *lsdb; |