summaryrefslogtreecommitdiff
path: root/pimd/pim_neighbor.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_neighbor.h')
-rw-r--r--pimd/pim_neighbor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_neighbor.h b/pimd/pim_neighbor.h
index f7375745a1..69e9976de5 100644
--- a/pimd/pim_neighbor.h
+++ b/pimd/pim_neighbor.h
@@ -27,10 +27,10 @@ struct pim_neighbor {
uint32_t dr_priority;
uint32_t generation_id;
struct list *prefix_list; /* list of struct prefix */
- struct thread *t_expire_timer;
+ struct event *t_expire_timer;
struct interface *interface;
- struct thread *jp_timer;
+ struct event *jp_timer;
struct list *upstream_jp_agg;
struct bfd_session_params *bfd_session;
};