summaryrefslogtreecommitdiff
path: root/lib/wheel.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wheel.h')
-rw-r--r--lib/wheel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wheel.h b/lib/wheel.h
index 9aa808cdfd..f4e72af9d7 100644
--- a/lib/wheel.h
+++ b/lib/wheel.h
@@ -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
*/