|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| u_char | color |
| u_char | dummy |
| u_short | len |
| ngx_queue_t | queue |
| ngx_msec_t | last |
| ngx_uint_t | excess |
| ngx_uint_t | count |
| u_char | data [1] |
Definition at line 13 of file ngx_http_limit_req_module.c.
| u_char color |
Definition at line 14 of file ngx_http_limit_req_module.c.
| ngx_uint_t count |
Definition at line 21 of file ngx_http_limit_req_module.c.
| u_char data[1] |
Definition at line 22 of file ngx_http_limit_req_module.c.
| u_char dummy |
Definition at line 15 of file ngx_http_limit_req_module.c.
| ngx_uint_t excess |
Definition at line 20 of file ngx_http_limit_req_module.c.
| ngx_msec_t last |
Definition at line 18 of file ngx_http_limit_req_module.c.
| u_short len |
Definition at line 16 of file ngx_http_limit_req_module.c.
| ngx_queue_t queue |
Definition at line 17 of file ngx_http_limit_req_module.c.
1.8.1.2