From f3ece607233776ed164f1004d682787d16a5c699 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 29 Sep 2016 18:06:00 +0300 Subject: Modules compatibility: slow start fields. --- src/http/ngx_http_upstream_round_robin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_upstream_round_robin.h') diff --git a/src/http/ngx_http_upstream_round_robin.h b/src/http/ngx_http_upstream_round_robin.h index 634fe539e..d0f163197 100644 --- a/src/http/ngx_http_upstream_round_robin.h +++ b/src/http/ngx_http_upstream_round_robin.h @@ -35,6 +35,8 @@ struct ngx_http_upstream_rr_peer_s { ngx_uint_t max_fails; time_t fail_timeout; + ngx_msec_t slow_start; + ngx_msec_t start_time; ngx_uint_t down; /* unsigned down:1; */ -- cgit