]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/bgpd/test_mp_attr.c
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / tests / bgpd / test_mp_attr.c
index 96daa182d72f0a7891937fd94d1b337ddae9f550..54596dbdfb014d0cf80e76124249c02bc3e48c00 100644 (file)
@@ -35,7 +35,7 @@
 
 /* need these to link in libbgp */
 struct zebra_privs_t bgpd_privs = {};
-struct event_master *master = NULL;
+struct event_loop *master = NULL;
 
 static int failed = 0;
 static int tty = 0;