summaryrefslogtreecommitdiff
path: root/pimd/pim_vxlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_vxlan.h')
-rw-r--r--pimd/pim_vxlan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vxlan.h b/pimd/pim_vxlan.h
index 6e1e066f07..9a135ca6b8 100644
--- a/pimd/pim_vxlan.h
+++ b/pimd/pim_vxlan.h
@@ -75,7 +75,7 @@ enum pim_vxlan_flags {
struct pim_vxlan {
enum pim_vxlan_flags flags;
- struct thread *work_timer;
+ struct event *work_timer;
struct list *work_list;
struct listnode *next_work;
int max_work_cnt;