comparison src/http/ngx_http_upstream.h @ 6708:4080f94a996f

Modules compatibility: slow start fields.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 29 Sep 2016 18:06:00 +0300
parents 29bf0dbc0a77
children e08e741f74cd
comparison
equal deleted inserted replaced
6707:1c9863f9592e 6708:4080f94a996f
96 ngx_uint_t naddrs; 96 ngx_uint_t naddrs;
97 ngx_uint_t weight; 97 ngx_uint_t weight;
98 ngx_uint_t max_conns; 98 ngx_uint_t max_conns;
99 ngx_uint_t max_fails; 99 ngx_uint_t max_fails;
100 time_t fail_timeout; 100 time_t fail_timeout;
101 ngx_msec_t slow_start;
101 102
102 unsigned down:1; 103 unsigned down:1;
103 unsigned backup:1; 104 unsigned backup:1;
104 } ngx_http_upstream_server_t; 105 } ngx_http_upstream_server_t;
105 106