summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_lvlhsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_lvlhsh.c')
-rw-r--r--src/nxt_lvlhsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_lvlhsh.c b/src/nxt_lvlhsh.c
index 7a8b3dda..9c31a73a 100644
--- a/src/nxt_lvlhsh.c
+++ b/src/nxt_lvlhsh.c
@@ -146,7 +146,7 @@
typedef struct {
const nxt_lvlhsh_proto_t *proto;
void *pool;
- uint32_t retrieve; /* 1 bit */
+ nxt_bool_t retrieve;
} nxt_lvlhsh_peek_t;