From 4fc368fa3019e06e0de9acd58b8035751c74e38f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 1 Dec 2003 16:28:14 +0000 Subject: nginx-0.0.1-2003-12-01-19:28:14 import --- src/http/ngx_http_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_cache.h') 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; -- cgit