From 85cccfba8d0c33e7f3546e630f67c1a1940c8d1f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 15 Sep 2004 16:00:43 +0000 Subject: nginx-0.0.10-2004-09-15-20:00:43 import --- src/http/ngx_http_log_handler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_log_handler.h') 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; -- cgit