]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_zebra.h
*: Convert struct thread_master to struct event_master and it's ilk
[mirror_frr.git] / bgpd / bgp_zebra.h
index 6f28f7b900cce08c771f04e4f2aedc5b0f0e39e4..cfa75b9e498dc3a07632c7a5a6770b6538363b91 100644 (file)
@@ -18,7 +18,7 @@
 /* Default weight for next hop, if doing weighted ECMP. */
 #define BGP_ZEBRA_DEFAULT_NHOP_WEIGHT 1
 
-extern void bgp_zebra_init(struct thread_master *master,
+extern void bgp_zebra_init(struct event_master *master,
                           unsigned short instance);
 extern void bgp_if_init(void);
 extern void bgp_zebra_init_tm_connect(struct bgp *bgp);