]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/wheel.h
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / lib / wheel.h
index 9aa808cdfdb74a98b27abbfa5a87fd1502923faa..f4e72af9d7b9500af7b33bcd45feb7ce9b05e7d6 100644 (file)
@@ -21,7 +21,7 @@ struct timer_wheel {
        unsigned int slots_to_skip;
 
        struct list **wheel_slot_lists;
-       struct thread *timer;
+       struct event *timer;
        /*
         * Key to determine what slot the item belongs in
         */