summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_job.h')
-rw-r--r--src/nxt_job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_job.h b/src/nxt_job.h
index 0495c484..a831c644 100644
--- a/src/nxt_job.h
+++ b/src/nxt_job.h
@@ -38,7 +38,7 @@ typedef struct {
nxt_work_handler_t abort_handler;
uint16_t cache_size;
- uint8_t cancel; /* 1 bit */
+ nxt_bool_t cancel;
nxt_mp_t *mem_pool;
nxt_queue_link_t link;