diff options
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 588837fff..95dfe4154 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -47,7 +47,7 @@ struct ngx_log_s { ngx_uint_t log_level; ngx_open_file_t *file; - ngx_uint_t connection; + ngx_atomic_int_t connection; ngx_log_handler_pt handler; void *data; |