diff options
Diffstat (limited to 'src/nxt_thread_time.h')
-rw-r--r-- | src/nxt_thread_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_thread_time.h b/src/nxt_thread_time.h index 7c133b4b..11ab0cd7 100644 --- a/src/nxt_thread_time.h +++ b/src/nxt_thread_time.h @@ -45,7 +45,7 @@ typedef struct { struct tm gmtime; struct tm localtime; - uint32_t no_cache; /* 1 bit */ + nxt_bool_t no_cache; /* * The flag indicating a signal state of a thread. |