commit | 4fc368fa3019e06e0de9acd58b8035751c74e38f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Dec 01 16:28:14 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Dec 01 16:28:14 2003 +0000 |
tree | 066a04f598a307113523abf29c61074aec8f3158 | |
parent | 865c150cb473fca8ff91d60ddd539ac6dbbe02ee [diff] [blame] |
nginx-0.0.1-2003-12-01-19:28:14 import
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h index b2088a0..b289c1f 100644 --- a/src/http/ngx_http_cache.h +++ b/src/http/ngx_http_cache.h
@@ -22,8 +22,8 @@ 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;