From 778c00c415e08fe25858f9f62fc2c914234c2005 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 25 Jul 2016 16:23:35 +0300 Subject: Upstream: style, ngx_http_upstream_rr_peer_t.next moved. --- src/stream/ngx_stream_upstream_round_robin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stream') diff --git a/src/stream/ngx_stream_upstream_round_robin.h b/src/stream/ngx_stream_upstream_round_robin.h index 452c2e927..bdec0b826 100644 --- a/src/stream/ngx_stream_upstream_round_robin.h +++ b/src/stream/ngx_stream_upstream_round_robin.h @@ -42,11 +42,11 @@ struct ngx_stream_upstream_rr_peer_s { int ssl_session_len; #endif - ngx_stream_upstream_rr_peer_t *next; - #if (NGX_STREAM_UPSTREAM_ZONE) ngx_atomic_t lock; #endif + + ngx_stream_upstream_rr_peer_t *next; }; -- cgit