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

Data Fields | |
| time_t | time |
| ngx_event_t * | event |
| void(* | event_handler )(ngx_event_t *ev) |
| u_char * | md5 |
| int | slot |
Definition at line 35 of file ngx_http_busy_lock.h.
| ngx_event_t* event |
Definition at line 37 of file ngx_http_busy_lock.h.
| void(* event_handler)(ngx_event_t *ev) |
Definition at line 38 of file ngx_http_busy_lock.h.
| u_char* md5 |
Definition at line 39 of file ngx_http_busy_lock.h.
| int slot |
Definition at line 40 of file ngx_http_busy_lock.h.
| time_t time |
Definition at line 36 of file ngx_http_busy_lock.h.
1.8.1.2