diff src/http/ngx_http_cache.h @ 6444:043914d19be8

Cache: report error if slab allocator fails during cache loading.
author Dmitry Volyntsev <xeioex@nginx.com>
date Fri, 18 Mar 2016 14:27:30 +0300
parents d698c300b9ff
children c9d680b00744
line wrap: on
line diff
--- a/src/http/ngx_http_cache.h
+++ b/src/http/ngx_http_cache.h
@@ -153,6 +153,8 @@ struct ngx_http_file_cache_s {
 
     time_t                           inactive;
 
+    time_t                           fail_time;
+
     ngx_uint_t                       files;
     ngx_uint_t                       loader_files;
     ngx_msec_t                       last;