summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'vrrpd/vrrp_main.c')
-rw-r--r--vrrpd/vrrp_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vrrpd/vrrp_main.c b/vrrpd/vrrp_main.c
index d3d230d205..32ee4bb136 100644
--- a/vrrpd/vrrp_main.c
+++ b/vrrpd/vrrp_main.c
@@ -18,7 +18,7 @@
#include "lib/nexthop.h"
#include "lib/privs.h"
#include "lib/sigevent.h"
-#include "lib/thread.h"
+#include "lib/frrevent.h"
#include "lib/vrf.h"
#include "lib/vty.h"
@@ -50,7 +50,7 @@ struct zebra_privs_t vrrp_privs = {
struct option longopts[] = { {0} };
/* Master of threads. */
-struct thread_master *master;
+struct event_loop *master;
static struct frr_daemon_info vrrpd_di;