diff options
Diffstat (limited to 'src/core/ngx_syslog.h')
-rw-r--r-- | src/core/ngx_syslog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_syslog.h b/src/core/ngx_syslog.h index 92d47d5f5..a9150516f 100644 --- a/src/core/ngx_syslog.h +++ b/src/core/ngx_syslog.h @@ -16,7 +16,7 @@ typedef struct { ngx_addr_t server; ngx_connection_t conn; - ngx_uint_t processing; /* unsigned processing:1; */ + ngx_uint_t busy; /* unsigned busy:1; */ } ngx_syslog_peer_t; |