diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-15 16:00:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-15 16:00:43 +0000 |
commit | 85cccfba8d0c33e7f3546e630f67c1a1940c8d1f (patch) | |
tree | c11cd5f18e7de981f9c2f907093379a2fda62a32 /src/http/ngx_http_log_handler.h | |
parent | dc3b2a78753bdc4c97a0007c872a4f8afd049df4 (diff) | |
download | nginx-85cccfba8d0c33e7f3546e630f67c1a1940c8d1f.tar.gz nginx-85cccfba8d0c33e7f3546e630f67c1a1940c8d1f.zip |
nginx-0.0.10-2004-09-15-20:00:43 import
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
-rw-r--r-- | src/http/ngx_http_log_handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_log_handler.h b/src/http/ngx_http_log_handler.h index 2ffc61ae2..d29e70d60 100644 --- a/src/http/ngx_http_log_handler.h +++ b/src/http/ngx_http_log_handler.h @@ -49,6 +49,7 @@ typedef struct { typedef struct { ngx_array_t *logs; /* array of ngx_http_log_t */ + ngx_uint_t off; /* unsigned off:1 */ } ngx_http_log_loc_conf_t; |