comparison src/core/ngx_open_file_cache.h @ 1761:1c4b231ba90c

embed sentinel
author Igor Sysoev <igor@sysoev.ru>
date Thu, 20 Dec 2007 21:29:52 +0000
parents 223e92651ca5
children b0cbe16febaf
comparison
equal deleted inserted replaced
1760:49429f5b2d94 1761:1c4b231ba90c
61 }; 61 };
62 62
63 63
64 typedef struct { 64 typedef struct {
65 ngx_rbtree_t rbtree; 65 ngx_rbtree_t rbtree;
66 ngx_rbtree_node_t sentinel;
66 ngx_cached_open_file_t list_head; 67 ngx_cached_open_file_t list_head;
67 ngx_cached_open_file_t list_tail; 68 ngx_cached_open_file_t list_tail;
68 69
69 ngx_uint_t current; 70 ngx_uint_t current;
70 ngx_uint_t max; 71 ngx_uint_t max;