]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/wheel.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / wheel.h
index 1f9f95ed31382ebd7b3450f47a2d8a3d2c547919..c8e83fafcb81ea3f4753121d0158554f754276ad 100644 (file)
@@ -21,6 +21,7 @@
 #define __WHEEL_H__
 
 struct timer_wheel {
+       char *name;
        struct thread_master *master;
        int slots;
        long long curr_slot;
@@ -76,7 +77,8 @@ struct timer_wheel {
  */
 struct timer_wheel *wheel_init(struct thread_master *master, int period,
                               size_t slots, unsigned int (*slot_key)(void *),
-                              void (*slot_run)(void *));
+                              void (*slot_run)(void *),
+                              const char *run_name);
 
 /*
  * Delete the specified timer wheel created