]> git.proxmox.com Git - mirror_frr.git/blobdiff - staticd/static_routes.h
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / staticd / static_routes.h
index b5c8353e1b0b1142ca83a5ba20c43969fa9f9a27..3be6fd6b140254b5a7376e733fcaf6d4ebafe045 100644 (file)
@@ -252,7 +252,7 @@ extern void static_next_hop_bfd_profile(struct static_nexthop *sn,
 extern void static_next_hop_bfd_multi_hop(struct static_nexthop *sn, bool mhop);
 
 /** Call this function after zebra client initialization. */
-extern void static_bfd_initialize(struct zclient *zc, struct event_master *tm);
+extern void static_bfd_initialize(struct zclient *zc, struct event_loop *tm);
 
 extern void static_bfd_show(struct vty *vty, bool isjson);