aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/event/time.h')
-rw-r--r--src/nvim/event/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/event/time.h b/src/nvim/event/time.h
index ee50e53d11..7882b2b627 100644
--- a/src/nvim/event/time.h
+++ b/src/nvim/event/time.h
@@ -12,6 +12,7 @@ struct time_watcher {
uv_timer_t uv;
void *data;
time_cb cb, close_cb;
+ Queue *events;
};
#ifdef INCLUDE_GENERATED_DECLARATIONS