]> 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 18a18b214bd45a46c32dfb156809fbb5be960b26..bedd393759b6d30eeef6fc5d509f96b30ea0df91 100644 (file)
@@ -48,7 +48,7 @@ struct zebra_privs_t ripngd_privs = {
 
 
 /* Master of threads. */
-struct event_master *master;
+struct event_loop *master;
 
 static struct frr_daemon_info ripngd_di;