]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_zebra.h
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / ospf6d / ospf6_zebra.h
index 79864394a614545cd2a7e9e74a30617fd2a5ca7f..9f41dfca9a6fc7b549ac243c20bdf5b4ebfdb348 100644 (file)
@@ -39,7 +39,7 @@ extern void ospf6_zebra_redistribute(int, vrf_id_t vrf_id);
 extern void ospf6_zebra_no_redistribute(int, vrf_id_t vrf_id);
 #define ospf6_zebra_is_redistribute(type, vrf_id)                              \
        vrf_bitmap_check(zclient->redist[AFI_IP6][type], vrf_id)
-extern void ospf6_zebra_init(struct event_master *tm);
+extern void ospf6_zebra_init(struct event_loop *tm);
 extern void ospf6_zebra_import_default_route(struct ospf6 *ospf6, bool unreg);
 extern void ospf6_zebra_add_discard(struct ospf6_route *request,
                                    struct ospf6 *ospf6);