comparison src/http/ngx_http_core_module.h @ 1457:223e92651ca5

open_file_cache_events
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Sep 2007 08:41:42 +0000
parents f497ed7682a7
children 56f1ea5baabb
comparison
equal deleted inserted replaced
1456:698ea64f71e1 1457:223e92651ca5
291 ngx_path_t *client_body_temp_path; /* client_body_temp_path */ 291 ngx_path_t *client_body_temp_path; /* client_body_temp_path */
292 292
293 ngx_open_file_cache_t *open_file_cache; 293 ngx_open_file_cache_t *open_file_cache;
294 time_t open_file_cache_retest; 294 time_t open_file_cache_retest;
295 ngx_flag_t open_file_cache_errors; 295 ngx_flag_t open_file_cache_errors;
296 ngx_flag_t open_file_cache_events;
296 297
297 ngx_log_t *err_log; 298 ngx_log_t *err_log;
298 299
299 ngx_uint_t types_hash_max_size; 300 ngx_uint_t types_hash_max_size;
300 ngx_uint_t types_hash_bucket_size; 301 ngx_uint_t types_hash_bucket_size;