diff options
Diffstat (limited to 'src/nxt_event_file.h')
-rw-r--r-- | src/nxt_event_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_event_file.h b/src/nxt_event_file.h index 8426f912..06f1762f 100644 --- a/src/nxt_event_file.h +++ b/src/nxt_event_file.h @@ -11,6 +11,7 @@ typedef struct { void *data; nxt_file_t *file; nxt_work_handler_t handler; + nxt_task_t *task; } nxt_event_file_t; |