diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-12-01 16:28:14 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-12-01 16:28:14 +0000 |
commit | 4fc368fa3019e06e0de9acd58b8035751c74e38f (patch) | |
tree | 066a04f598a307113523abf29c61074aec8f3158 /src/http/ngx_http_cache.h | |
parent | 865c150cb473fca8ff91d60ddd539ac6dbbe02ee (diff) | |
download | nginx-4fc368fa3019e06e0de9acd58b8035751c74e38f.tar.gz nginx-4fc368fa3019e06e0de9acd58b8035751c74e38f.zip |
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.h | 2 |
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; |