diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-07 06:11:50 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-07 06:11:50 +0000 |
commit | 9d639520aa95f0ff3882ea348d4347f69cbae493 (patch) | |
tree | a163ada230b77745dc9117df4a2a5dce756115cc /src/http/ngx_http_core_module.h | |
parent | 340b03b201c77f394cc70fda4d960ad6c3b68905 (diff) | |
download | nginx-9d639520aa95f0ff3882ea348d4347f69cbae493.tar.gz nginx-9d639520aa95f0ff3882ea348d4347f69cbae493.zip |
nginx-0.0.1-2003-07-07-10:11:50 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index c6b2bccd5..08c1f024e 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -107,6 +107,7 @@ typedef struct { ngx_msec_t lingering_time; /* lingering_time */ ngx_msec_t lingering_timeout; /* lingering_timeout */ + ngx_log_t *err_log; } ngx_http_core_loc_conf_t; |