summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
Diffstat (limited to 'babeld')
-rw-r--r--babeld/babel_main.c2
-rw-r--r--babeld/babel_main.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c
index de0c8230f..b4087bb79 100644
--- a/babeld/babel_main.c
+++ b/babeld/babel_main.c
@@ -37,7 +37,7 @@ static void babel_exit_properly(void);
static void babel_save_state_file(void);
-struct thread_master *master; /* quagga's threads handler */
+struct event_master *master; /* quagga's threads handler */
struct timeval babel_now; /* current time */
unsigned char myid[8]; /* unique id (mac address of an interface) */
diff --git a/babeld/babel_main.h b/babeld/babel_main.h
index 659ddc70c..30d1729c6 100644
--- a/babeld/babel_main.h
+++ b/babeld/babel_main.h
@@ -9,7 +9,7 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
#include "vty.h"
extern struct timeval babel_now; /* current time */
-extern struct thread_master *master; /* quagga's threads handler */
+extern struct event_master *master; /* quagga's threads handler */
extern int debug;
extern int resend_delay;