| commit | 77cdae1814d6d359febee8c85edd1f2671869db4 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Sep 12 13:39:51 2008 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Sep 12 13:39:51 2008 +0000 |
| tree | 5b80bf0b6e90b56810f7461f78fe8786ff8ff072 | |
| parent | d0df295655ea9e44cca9e4a51f5712a6d2d0fc31 [diff] [blame] |
cache directio flag in open file cache
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h index b15de1d..af39094 100644 --- a/src/core/ngx_open_file_cache.h +++ b/src/core/ngx_open_file_cache.h
@@ -63,6 +63,7 @@ unsigned is_file:1; unsigned is_link:1; unsigned is_exec:1; + unsigned is_directio:1; ngx_event_t *event; };