Upstream: style, ngx_http_upstream_rr_peer_t.next moved.

This commit is contained in:
Maxim Dounin 2016-07-25 16:23:35 +03:00
parent 0c89c8bc5a
commit 3a6c023989
2 changed files with 4 additions and 4 deletions

View file

@ -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;
};

View file

@ -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;
};