]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_bfd.h
Merge pull request #13060 from opensourcerouting/feature/allow_peering_with_127.0.0.1
[mirror_frr.git] / bgpd / bgp_bfd.h
index c4045d47450749e5ab850fc2dd7251b9190316a8..61b4b76605a3f07634e54c25ff504349e776bb93 100644 (file)
@@ -12,7 +12,7 @@
        ((((peer)->sort == BGP_PEER_IBGP) && !(peer)->shared_network)          \
         || is_ebgp_multihop_configured((peer)))
 
-extern void bgp_bfd_init(struct thread_master *tm);
+extern void bgp_bfd_init(struct event_loop *tm);
 
 extern void bgp_bfd_peer_config_write(struct vty *vty, const struct peer *peer,
                                      const char *addr);