summaryrefslogtreecommitdiff
path: root/libbcachefs/clock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/clock_types.h')
-rw-r--r--libbcachefs/clock_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/clock_types.h b/libbcachefs/clock_types.h
index 2b5e499e..92c740a4 100644
--- a/libbcachefs/clock_types.h
+++ b/libbcachefs/clock_types.h
@@ -28,6 +28,7 @@ typedef HEAP(struct io_timer *) io_timer_heap;
struct io_clock {
atomic_long_t now;
u16 __percpu *pcpu_buf;
+ unsigned max_slop;
spinlock_t timer_lock;
io_timer_heap timers;