diff src/http/ngx_http_cache.h @ 202:74994aeef848

nginx-0.0.1-2003-12-01-19:28:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Dec 2003 16:28:14 +0000
parents 267ea1d98683
children c9da5900c79e
line wrap: on
line diff
--- 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;