summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-21 17:14:50 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-21 17:14:50 +0000
commit41d5a4f2ae515a62008d22997c431ff54cfc7500 (patch)
treee170fbe927006d7aea642b9911d0b6c9546485bd /src/core/ngx_file.h
parent93e50544d8baf5fac38a5915c9231aaf175463da (diff)
downloadnginx-41d5a4f2ae515a62008d22997c431ff54cfc7500.tar.gz
nginx-41d5a4f2ae515a62008d22997c431ff54cfc7500.tar.bz2
nginx-0.0.1-2002-12-21-20:14:50 import
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;