summaryrefslogtreecommitdiff
path: root/ripd/ripd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index b987ee1a42..4ae13e0d19 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -387,7 +387,7 @@ enum rip_event {
};
/* Macro for timer turn on. */
-#define RIP_TIMER_ON(T,F,V) thread_add_timer (master, (F), rinfo, (V), &(T))
+#define RIP_TIMER_ON(T, F, V) event_add_timer(master, (F), rinfo, (V), &(T))
#define RIP_OFFSET_LIST_IN 0
#define RIP_OFFSET_LIST_OUT 1