diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-03 08:41:42 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-03 08:41:42 +0000 |
commit | 9afd58ffe5c9535ec61dbf14289bcebea46efe60 (patch) | |
tree | a37d4b8da55a53ee12dd458742f6ddcd7f2f6151 /src/http/ngx_http_core_module.h | |
parent | 1b982e1c0001a3ad7f134d066f07f3bc69cc28cc (diff) | |
download | nginx-9afd58ffe5c9535ec61dbf14289bcebea46efe60.tar.gz nginx-9afd58ffe5c9535ec61dbf14289bcebea46efe60.zip |
open_file_cache_events
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 5455c5c12..2bd687e88 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -293,6 +293,7 @@ struct ngx_http_core_loc_conf_s { ngx_open_file_cache_t *open_file_cache; time_t open_file_cache_retest; ngx_flag_t open_file_cache_errors; + ngx_flag_t open_file_cache_events; ngx_log_t *err_log; |