summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_event_timer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_event_timer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nxt_event_timer.h b/src/nxt_event_timer.h
index c20c2c17..64fbcbc4 100644
--- a/src/nxt_event_timer.h
+++ b/src/nxt_event_timer.h
@@ -15,11 +15,11 @@
#if (NXT_DEBUG)
#define NXT_EVENT_TIMER { NXT_RBTREE_NODE_INIT, 0, 0, 0, \
- NULL, NULL, NULL, -1 }
+ NULL, NULL, NULL, NULL, -1 }
#else
#define NXT_EVENT_TIMER { NXT_RBTREE_NODE_INIT, 0, 0, 0, \
- NULL, NULL, NULL }
+ NULL, NULL, NULL, NULL }
#endif
@@ -34,6 +34,7 @@ typedef struct {
nxt_work_queue_t *work_queue;
nxt_work_handler_t handler;
+ nxt_task_t *task;
nxt_log_t *log;
#if (NXT_DEBUG)
int32_t ident;