diff src/http/ngx_http_upstream_round_robin.h @ 6701:d69964eb8335

Upstream: style, ngx_http_upstream_rr_peer_t.next moved.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Jul 2016 16:23:35 +0300
parents 311d232ad803
children 29bf0dbc0a77
line wrap: on
line diff
--- a/src/http/ngx_http_upstream_round_robin.h
+++ b/src/http/ngx_http_upstream_round_robin.h
@@ -42,11 +42,11 @@ struct ngx_http_upstream_rr_peer_s {
     int                             ssl_session_len;
 #endif
 
-    ngx_http_upstream_rr_peer_t    *next;
-
 #if (NGX_HTTP_UPSTREAM_ZONE)
     ngx_atomic_t                    lock;
 #endif
+
+    ngx_http_upstream_rr_peer_t    *next;
 };