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
+++ b/src/core/ngx_file.h
@@ -104,6 +104,7 @@ typedef ngx_int_t (*ngx_tree_handler_pt)
 
 struct ngx_tree_ctx_s {
     off_t                      size;
+    off_t                      fs_size;
     ngx_uint_t                 access;
     time_t                     mtime;