comparison src/stream/ngx_stream_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 d200a0fd00b7
comparison
equal deleted inserted replaced
6707:1c9863f9592e 6708:4080f94a996f
52 ngx_uint_t naddrs; 52 ngx_uint_t naddrs;
53 ngx_uint_t weight; 53 ngx_uint_t weight;
54 ngx_uint_t max_conns; 54 ngx_uint_t max_conns;
55 ngx_uint_t max_fails; 55 ngx_uint_t max_fails;
56 time_t fail_timeout; 56 time_t fail_timeout;
57 ngx_msec_t slow_start;
57 58
58 unsigned down:1; 59 unsigned down:1;
59 unsigned backup:1; 60 unsigned backup:1;
60 } ngx_stream_upstream_server_t; 61 } ngx_stream_upstream_server_t;
61 62