diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h index b511a0b91..3cf113f4a 100644 --- a/src/http/ngx_http_cache.h +++ b/src/http/ngx_http_cache.h @@ -50,7 +50,7 @@ typedef struct { time_t expire; time_t valid_sec; size_t body_start; - off_t length; + off_t fs_size; } ngx_http_file_cache_node_t; @@ -68,6 +68,7 @@ struct ngx_http_cache_s { size_t header_start; size_t body_start; off_t length; + off_t fs_size; ngx_uint_t min_uses; ngx_uint_t error; |
