aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_open_file_cache.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-05 14:48:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-05 14:48:47 +0000
commit8633e1fa0695ba988a9250c9c4af7ad3d19ae1f4 (patch)
tree2bebe79cee832fc58d309a4d7f591138b03d62a4 /src/core/ngx_open_file_cache.h
parent98007c1761efa283dab39b6ea7b9f303d343a459 (diff)
downloadnginx-8633e1fa0695ba988a9250c9c4af7ad3d19ae1f4.tar.gz
nginx-8633e1fa0695ba988a9250c9c4af7ad3d19ae1f4.zip
*) handle unaligned file part for directio
*) disable sendfile in directio mode
Diffstat (limited to 'src/core/ngx_open_file_cache.h')
-rw-r--r--src/core/ngx_open_file_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h
index 1e1a27915..b15de1d13 100644
--- a/src/core/ngx_open_file_cache.h
+++ b/src/core/ngx_open_file_cache.h
@@ -33,6 +33,7 @@ typedef struct {
unsigned is_file:1;
unsigned is_link:1;
unsigned is_exec:1;
+ unsigned is_directio:1;
} ngx_open_file_info_t;