| commit | 9afd58ffe5c9535ec61dbf14289bcebea46efe60 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Mon Sep 03 08:41:42 2007 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Mon Sep 03 08:41:42 2007 +0000 |
| tree | a37d4b8da55a53ee12dd458742f6ddcd7f2f6151 | |
| parent | 1b982e1c0001a3ad7f134d066f07f3bc69cc28cc [diff] [blame] |
open_file_cache_events
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h index 90c7590..cc0d899 100644 --- a/src/core/ngx_open_file_cache.h +++ b/src/core/ngx_open_file_cache.h
@@ -23,6 +23,7 @@ unsigned test_dir:1; unsigned errors:1; + unsigned events:1; unsigned is_dir:1; unsigned is_file:1;