summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_cache.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-10 13:27:14 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-10 13:27:14 +0000
commit4413fad0db61c0817694b27fd4461a3e9e7cb8e6 (patch)
treeec705f28b400c51fb928efff4a45a490dc794f73 /src/http/ngx_http_cache.h
parent3210b282f5595e257c42569c24233b42878a1d84 (diff)
downloadnginx-4413fad0db61c0817694b27fd4461a3e9e7cb8e6.tar.gz
nginx-4413fad0db61c0817694b27fd4461a3e9e7cb8e6.tar.bz2
cache loader process
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h
index 1ee80751d..6ac6fd876 100644
--- a/src/http/ngx_http_cache.h
+++ b/src/http/ngx_http_cache.h
@@ -97,6 +97,7 @@ typedef struct {
ngx_rbtree_node_t sentinel;
ngx_queue_t queue;
ngx_atomic_t cold;
+ ngx_atomic_t loading;
off_t size;
} ngx_http_file_cache_sh_t;