summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_event_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_event_set.h')
-rw-r--r--src/nxt_event_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_event_set.h b/src/nxt_event_set.h
index 103a8125..01c36ea1 100644
--- a/src/nxt_event_set.h
+++ b/src/nxt_event_set.h
@@ -163,7 +163,7 @@ typedef struct {
nxt_uint_t signo);
/* Poll an event set for new event notifications. */
- void (*poll)(nxt_thread_t *thr,
+ void (*poll)(nxt_task_t *task,
nxt_event_set_t *event_set,
nxt_msec_t timeout);