]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_main.c
Merge pull request #12933 from Orange-OpenSource/link_state
[mirror_frr.git] / ripd / rip_main.c
index e26424adeb63b0c275ebeb7339f569af9432e5f2..a6e4ad776bf132ea44e66937c8bd819b1f62ea88 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <lib/version.h>
 #include "getopt.h"
-#include "thread.h"
+#include "frrevent.h"
 #include "command.h"
 #include "memory.h"
 #include "prefix.h"
@@ -47,7 +47,7 @@ struct zebra_privs_t ripd_privs = {
        .cap_num_i = 0};
 
 /* Master of threads. */
-struct thread_master *master;
+struct event_loop *master;
 
 static struct frr_daemon_info ripd_di;