diff src/core/ngx_file.h @ 3970:2d05952a324d

elimination of reading cache files by cache loader
author Igor Sysoev <igor@sysoev.ru>
date Sun, 24 Jul 2011 19:46:53 +0000
parents 6060225e9261
children d620f497c50f
line wrap: on
line diff
--- a/src/core/ngx_file.h	Sun Jul 24 19:43:52 2011 +0000
+++ b/src/core/ngx_file.h	Sun Jul 24 19:46:53 2011 +0000
@@ -104,6 +104,7 @@
 
 struct ngx_tree_ctx_s {
     off_t                      size;
+    off_t                      fs_size;
     ngx_uint_t                 access;
     time_t                     mtime;