mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Upstream: style, ngx_http_upstream_rr_peer_t.next moved.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user