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

Data Fields | |
| ngx_uint_t | number |
| ngx_uint_t | total_weight |
| unsigned | single:1 |
| unsigned | weighted:1 |
| ngx_str_t * | name |
| ngx_http_upstream_rr_peers_t * | next |
| ngx_http_upstream_rr_peer_t | peer [1] |
Definition at line 43 of file ngx_http_upstream_round_robin.h.
| ngx_str_t* name |
Definition at line 53 of file ngx_http_upstream_round_robin.h.
Definition at line 55 of file ngx_http_upstream_round_robin.h.
| ngx_uint_t number |
Definition at line 44 of file ngx_http_upstream_round_robin.h.
| ngx_http_upstream_rr_peer_t peer[1] |
Definition at line 57 of file ngx_http_upstream_round_robin.h.
| unsigned single |
Definition at line 50 of file ngx_http_upstream_round_robin.h.
| ngx_uint_t total_weight |
Definition at line 48 of file ngx_http_upstream_round_robin.h.
| unsigned weighted |
Definition at line 51 of file ngx_http_upstream_round_robin.h.
1.8.1.2