diff options
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; |