summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_spf.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_spf.h')
-rw-r--r--ospf6d/ospf6_spf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_spf.h b/ospf6d/ospf6_spf.h
index 64f5ed8e..6a6424ea 100644
--- a/ospf6d/ospf6_spf.h
+++ b/ospf6d/ospf6_spf.h
@@ -68,7 +68,7 @@ struct ospf6_vertex
/* For tree display */
struct ospf6_vertex *parent;
- list child_list;
+ struct list *child_list;
};
#define OSPF6_VERTEX_TYPE_ROUTER 0x01