]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/frr_zmq.h
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / lib / frr_zmq.h
index bfc1e93b16392f39317378b1aa77c030f778ce84..d90088edb259fa81f9c38d5051703db0224cbc47 100644 (file)
@@ -26,7 +26,7 @@ extern "C" {
 
 /* callback integration */
 struct cb_core {
-       struct thread *thread;
+       struct event *thread;
        void *arg;
 
        bool cancelled;