diff options
Diffstat (limited to 'src/nxt_lvlhsh.h')
-rw-r--r-- | src/nxt_lvlhsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_lvlhsh.h b/src/nxt_lvlhsh.h index c051081c..3115af58 100644 --- a/src/nxt_lvlhsh.h +++ b/src/nxt_lvlhsh.h @@ -87,7 +87,7 @@ typedef struct { struct nxt_lvlhsh_query_s { uint32_t key_hash; - uint32_t replace; /* 1 bit */ + nxt_bool_t replace; nxt_str_t key; void *value; |