comparison src/http/ngx_http_cache.h @ 3018:8fc7b94f647b

cache loader process
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Aug 2009 13:27:14 +0000
parents 0998606fbfd4
children 6060225e9261
comparison
equal deleted inserted replaced
3017:c466605d9426 3018:8fc7b94f647b
95 typedef struct { 95 typedef struct {
96 ngx_rbtree_t rbtree; 96 ngx_rbtree_t rbtree;
97 ngx_rbtree_node_t sentinel; 97 ngx_rbtree_node_t sentinel;
98 ngx_queue_t queue; 98 ngx_queue_t queue;
99 ngx_atomic_t cold; 99 ngx_atomic_t cold;
100 ngx_atomic_t loading;
100 off_t size; 101 off_t size;
101 } ngx_http_file_cache_sh_t; 102 } ngx_http_file_cache_sh_t;
102 103
103 104
104 struct ngx_http_file_cache_s { 105 struct ngx_http_file_cache_s {