summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_interface.h')
-rw-r--r--ospf6d/ospf6_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h
index be3007d9..d28b3105 100644
--- a/ospf6d/ospf6_interface.h
+++ b/ospf6d/ospf6_interface.h
@@ -43,7 +43,7 @@ struct ospf6_interface
struct ospf6_area *area;
/* list of ospf6 neighbor */
- list neighbor_list;
+ struct list *neighbor_list;
/* linklocal address of this I/F */
struct in6_addr *linklocal_addr;