Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-01 19:28:14 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-12-01 19:28:14 +0300
commit4fc368fa3019e06e0de9acd58b8035751c74e38f (patch)
tree066a04f598a307113523abf29c61074aec8f3158 /src/http/ngx_http_cache.h
parent865c150cb473fca8ff91d60ddd539ac6dbbe02ee (diff)
nginx-0.0.1-2003-12-01-19:28:14 import
Diffstat (limited to 'src/http/ngx_http_cache.h')
-rw-r--r--src/http/ngx_http_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h
index b2088a06e..b289c1fad 100644
--- a/src/http/ngx_http_cache.h
+++ b/src/http/ngx_http_cache.h
@@ -22,8 +22,8 @@ typedef struct {
unsigned count:NGX_HTTP_CACHE_LAZY_ALLOCATION_BITS;
- unsigned valid:1;
unsigned deleted:1;
+ unsigned expired:1;
unsigned memory:1;
unsigned mmap:1;
unsigned notify:1;