aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r--src/core/ngx_file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h
index a254ca753..8e0839829 100644
--- a/src/core/ngx_file.h
+++ b/src/core/ngx_file.h
@@ -26,7 +26,8 @@ struct ngx_file_s {
ngx_log_t *log;
- ngx_uint_t valid_info; /* unsigned valid_info:1; */
+ unsigned valid_info:1;
+ unsigned directio:1;
};
#define NGX_MAX_PATH_LEVEL 3