comparison src/http/ngx_http_cache.h @ 266:5238e93961a1

nginx-0.0.2-2004-02-23-23:57:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Feb 2004 20:57:12 +0000
parents c9da5900c79e
children 6bdf858bff8c
comparison
equal deleted inserted replaced
265:6468241715e6 266:5238e93961a1
59 ngx_http_cache_t *elts; 59 ngx_http_cache_t *elts;
60 size_t hash; 60 size_t hash;
61 size_t nelts; 61 size_t nelts;
62 time_t life; 62 time_t life;
63 time_t update; 63 time_t update;
64 #if (NGX_THREADS)
65 ngx_mutex_t mutex;
66 #endif
64 ngx_pool_t *pool; 67 ngx_pool_t *pool;
65 } ngx_http_cache_hash_t; 68 } ngx_http_cache_hash_t;
66 69
67 70
68 typedef struct { 71 typedef struct {