aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_open_file_cache.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-10-16 13:31:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-10-16 13:31:00 +0000
commitad1e123bfae5dcfd44ff82d12e59b4af58b2f8cf (patch)
treea8cd6e09137e1752ba7d00003222f1fd4139805a /src/core/ngx_open_file_cache.h
parent84ab8f2bc8200b091d87e893cb12c2f3a27e4306 (diff)
downloadnginx-ad1e123bfae5dcfd44ff82d12e59b4af58b2f8cf.tar.gz
nginx-ad1e123bfae5dcfd44ff82d12e59b4af58b2f8cf.zip
NGX_OPEN_FILE_DIRECTIO_OFF
Diffstat (limited to 'src/core/ngx_open_file_cache.h')
-rw-r--r--src/core/ngx_open_file_cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h
index af39094a3..a8d221b55 100644
--- a/src/core/ngx_open_file_cache.h
+++ b/src/core/ngx_open_file_cache.h
@@ -12,6 +12,9 @@
#define _NGX_OPEN_FILE_CACHE_H_INCLUDED_
+#define NGX_OPEN_FILE_DIRECTIO_OFF NGX_MAX_OFF_T_VALUE
+
+
typedef struct {
ngx_fd_t fd;
ngx_file_uniq_t uniq;