]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_snmp_bgp4v2.c
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / bgpd / bgp_snmp_bgp4v2.c
index 3cafb4330c3ddb4dd9b1a1bdbce1cba68576999c..e2952ab3c80bf634a6a3fd3e6e81dfa830c7afc2 100644 (file)
@@ -1394,7 +1394,7 @@ static struct variable bgpv2_variables[] = {
         {1, 9, 1, BGP4V2_NLRI_PATH_ATTR_UNKNOWN, 2, 16}},
 };
 
-int bgp_snmp_bgp4v2_init(struct event_master *tm)
+int bgp_snmp_bgp4v2_init(struct event_loop *tm)
 {
        REGISTER_MIB("mibII/bgpv2", bgpv2_variables, variable, bgpv2_oid);
        return 0;