|
Groonga 3.0.9 Source Code Document
|
#include <ngx_open_file_cache.h>

Data Fields | |
| ngx_rbtree_t | rbtree |
| ngx_rbtree_node_t | sentinel |
| ngx_queue_t | expire_queue |
| ngx_uint_t | current |
| ngx_uint_t | max |
| time_t | inactive |
Definition at line 91 of file ngx_open_file_cache.h.
| ngx_uint_t current |
Definition at line 96 of file ngx_open_file_cache.h.
| ngx_queue_t expire_queue |
Definition at line 94 of file ngx_open_file_cache.h.
| time_t inactive |
Definition at line 98 of file ngx_open_file_cache.h.
| ngx_uint_t max |
Definition at line 97 of file ngx_open_file_cache.h.
| ngx_rbtree_t rbtree |
Definition at line 92 of file ngx_open_file_cache.h.
| ngx_rbtree_node_t sentinel |
Definition at line 93 of file ngx_open_file_cache.h.
1.8.1.2