]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_network.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / bgpd / bgp_network.h
index f21b219e29715f25cc9b2f232b200e25f211245b..cf0b4362c533a81a88f178e86e3ef60a9056242f 100644 (file)
@@ -11,7 +11,7 @@
 struct bgp_listener {
        int fd;
        union sockunion su;
-       struct thread *thread;
+       struct event *thread;
        struct bgp *bgp;
        char *name;
 };