]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_main.c
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / ripngd / ripng_main.c
index 14e69834ca0ef78a0cc40f5bd93c3178363773eb..bedd393759b6d30eeef6fc5d509f96b30ea0df91 100644 (file)
@@ -12,7 +12,7 @@
 #include "vty.h"
 #include "command.h"
 #include "memory.h"
-#include "thread.h"
+#include "event.h"
 #include "log.h"
 #include "prefix.h"
 #include "if.h"
@@ -48,7 +48,7 @@ struct zebra_privs_t ripngd_privs = {
 
 
 /* Master of threads. */
-struct thread_master *master;
+struct event_loop *master;
 
 static struct frr_daemon_info ripngd_di;