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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h
index d32c89bcd..e827aff0e 100644
--- a/src/core/ngx_file.h
+++ b/src/core/ngx_file.h
@@ -13,6 +13,8 @@ struct ngx_file_s {
ngx_str_t name;
ngx_file_info_t info;
+ off_t offset;
+
ngx_log_t *log;
unsigned info_valid:1;