comparison 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
comparison
equal deleted inserted replaced
201:267ea1d98683 202:74994aeef848
20 20
21 unsigned refs:20; /* 1048576 references */ 21 unsigned refs:20; /* 1048576 references */
22 22
23 unsigned count:NGX_HTTP_CACHE_LAZY_ALLOCATION_BITS; 23 unsigned count:NGX_HTTP_CACHE_LAZY_ALLOCATION_BITS;
24 24
25 unsigned valid:1;
26 unsigned deleted:1; 25 unsigned deleted:1;
26 unsigned expired:1;
27 unsigned memory:1; 27 unsigned memory:1;
28 unsigned mmap:1; 28 unsigned mmap:1;
29 unsigned notify:1; 29 unsigned notify:1;
30 30
31 ngx_fd_t fd; 31 ngx_fd_t fd;