summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_tstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_tstr.h')
-rw-r--r--src/nxt_tstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_tstr.h b/src/nxt_tstr.h
index ce8e6f3a..149ee86d 100644
--- a/src/nxt_tstr.h
+++ b/src/nxt_tstr.h
@@ -19,7 +19,7 @@ typedef struct {
#if (NXT_HAVE_NJS)
nxt_js_conf_t *jcf;
#endif
- uint8_t test; /* 1 bit */
+ nxt_bool_t test;
} nxt_tstr_state_t;