comparison src/http/modules/ngx_http_flv_module.c @ 1457:223e92651ca5

open_file_cache_events
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Sep 2007 08:41:42 +0000
parents f497ed7682a7
children e3134867a810
comparison
equal deleted inserted replaced
1456:698ea64f71e1 1457:223e92651ca5
107 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 107 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
108 108
109 of.test_dir = 0; 109 of.test_dir = 0;
110 of.retest = clcf->open_file_cache_retest; 110 of.retest = clcf->open_file_cache_retest;
111 of.errors = clcf->open_file_cache_errors; 111 of.errors = clcf->open_file_cache_errors;
112 of.events = clcf->open_file_cache_events;
112 113
113 rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool); 114 rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool);
114 115
115 if (rc == NGX_ERROR) { 116 if (rc == NGX_ERROR) {
116 117