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

Data Fields | |
| struct sockaddr * | sockaddr |
| socklen_t | socklen |
| ngx_str_t | name |
| ngx_int_t | current_weight |
| ngx_int_t | effective_weight |
| ngx_int_t | weight |
| ngx_uint_t | fails |
| time_t | accessed |
| time_t | checked |
| ngx_uint_t | max_fails |
| time_t | fail_timeout |
| ngx_uint_t | down |
Definition at line 17 of file ngx_http_upstream_round_robin.h.
| time_t accessed |
Definition at line 27 of file ngx_http_upstream_round_robin.h.
| time_t checked |
Definition at line 28 of file ngx_http_upstream_round_robin.h.
| ngx_int_t current_weight |
Definition at line 22 of file ngx_http_upstream_round_robin.h.
| ngx_uint_t down |
Definition at line 33 of file ngx_http_upstream_round_robin.h.
| ngx_int_t effective_weight |
Definition at line 23 of file ngx_http_upstream_round_robin.h.
| time_t fail_timeout |
Definition at line 31 of file ngx_http_upstream_round_robin.h.
| ngx_uint_t fails |
Definition at line 26 of file ngx_http_upstream_round_robin.h.
| ngx_uint_t max_fails |
Definition at line 30 of file ngx_http_upstream_round_robin.h.
| ngx_str_t name |
Definition at line 20 of file ngx_http_upstream_round_robin.h.
| struct sockaddr* sockaddr |
Definition at line 18 of file ngx_http_upstream_round_robin.h.
| socklen_t socklen |
Definition at line 19 of file ngx_http_upstream_round_robin.h.
| ngx_int_t weight |
Definition at line 24 of file ngx_http_upstream_round_robin.h.
1.8.1.2