comparison src/stream/ngx_stream_upstream_round_robin.h @ 6705:29bf0dbc0a77

Upstream: max_conns.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 22 Sep 2016 19:32:47 +0300
parents d69964eb8335
children 4080f94a996f
comparison
equal deleted inserted replaced
6704:a44ba757851d 6705:29bf0dbc0a77
25 ngx_int_t current_weight; 25 ngx_int_t current_weight;
26 ngx_int_t effective_weight; 26 ngx_int_t effective_weight;
27 ngx_int_t weight; 27 ngx_int_t weight;
28 28
29 ngx_uint_t conns; 29 ngx_uint_t conns;
30 ngx_uint_t max_conns;
30 31
31 ngx_uint_t fails; 32 ngx_uint_t fails;
32 time_t accessed; 33 time_t accessed;
33 time_t checked; 34 time_t checked;
34 35