summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_neighbor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_neighbor.h')
-rw-r--r--ospf6d/ospf6_neighbor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_neighbor.h b/ospf6d/ospf6_neighbor.h
index f45b340507..47f8c834e2 100644
--- a/ospf6d/ospf6_neighbor.h
+++ b/ospf6d/ospf6_neighbor.h
@@ -96,7 +96,7 @@ struct ospf6_neighbor {
struct thread *thread_send_lsack;
/* BFD information */
- void *bfd_info;
+ struct bfd_session_params *bfd_session;
};
/* Neighbor state */