summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_buf_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_buf_pool.h')
-rw-r--r--src/nxt_buf_pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_buf_pool.h b/src/nxt_buf_pool.h
index 3d22d7fa..65f02163 100644
--- a/src/nxt_buf_pool.h
+++ b/src/nxt_buf_pool.h
@@ -28,8 +28,8 @@ typedef struct {
uint32_t size;
uint8_t flags; /* 2 bits */
- uint8_t destroy; /* 1 bit */
- uint8_t mmap; /* 1 bit */
+ nxt_bool_t destroy;
+ nxt_bool_t mmap;
} nxt_buf_pool_t;