]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_bmp.c
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / bgpd / bgp_bmp.c
index 8e973984330099d1cc8ecd5c76c1b0e541142f49..0dfb3a106874b2e6a0b0d124a67fb4c2184600ed 100644 (file)
@@ -2526,7 +2526,7 @@ static int bmp_config_write(struct bgp *bgp, struct vty *vty)
        return 0;
 }
 
-static int bgp_bmp_init(struct event_master *tm)
+static int bgp_bmp_init(struct event_loop *tm)
 {
        install_node(&bmp_node);
        install_default(BMP_NODE);