aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_open_file_cache.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-06-30 12:27:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-06-30 12:27:24 +0000
commitb882154636c92aede2b682e4ae10c324d8d5cf35 (patch)
tree96584e26e066e6bcc32953cf76b8e6bda3f188a3 /src/core/ngx_open_file_cache.h
parentc3584fec61fff2275bae50f336908f5dbec8264e (diff)
downloadnginx-b882154636c92aede2b682e4ae10c324d8d5cf35.tar.gz
nginx-b882154636c92aede2b682e4ae10c324d8d5cf35.zip
variables in access_log
Diffstat (limited to 'src/core/ngx_open_file_cache.h')
-rw-r--r--src/core/ngx_open_file_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h
index dd294e77a..4d8393b5d 100644
--- a/src/core/ngx_open_file_cache.h
+++ b/src/core/ngx_open_file_cache.h
@@ -24,6 +24,7 @@ typedef struct {
ngx_uint_t min_uses;
unsigned test_dir:1;
+ unsigned log:1;
unsigned errors:1;
unsigned events:1;