]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6d.c
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / ospf6d / ospf6d.c
index 257a0f2b0eaf6b0de6ca0db61848a083a55cc83c..3700511fa244559df3ddae8731a3217b410e055a 100644 (file)
@@ -5,7 +5,7 @@
 
 #include <zebra.h>
 
-#include "thread.h"
+#include "event.h"
 #include "linklist.h"
 #include "vty.h"
 #include "command.h"
@@ -1375,7 +1375,7 @@ DEFUN(show_ipv6_ospf6_linkstate_detail, show_ipv6_ospf6_linkstate_detail_cmd,
 }
 
 /* Install ospf related commands. */
-void ospf6_init(struct thread_master *master)
+void ospf6_init(struct event_loop *master)
 {
        ospf6_top_init();
        ospf6_area_init();