summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_work_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_work_queue.h')
-rw-r--r--src/nxt_work_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_work_queue.h b/src/nxt_work_queue.h
index 4d2422cc..8dc9c1dd 100644
--- a/src/nxt_work_queue.h
+++ b/src/nxt_work_queue.h
@@ -10,14 +10,14 @@
typedef struct nxt_work_s nxt_work_t;
-typedef struct {
+struct nxt_task_s {
nxt_thread_t *thread;
nxt_log_t *log;
uint32_t ident;
nxt_work_t *next_work;
/* TODO: exception_handler, prev/next task, subtasks. */
-} nxt_task_t;
+};
#define nxt_task_next_ident() \