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:
parent
c8526aca25
commit
778c00c415
@ -42,11 +42,11 @@ struct ngx_http_upstream_rr_peer_s {
|
|||||||
int ssl_session_len;
|
int ssl_session_len;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ngx_http_upstream_rr_peer_t *next;
|
|
||||||
|
|
||||||
#if (NGX_HTTP_UPSTREAM_ZONE)
|
#if (NGX_HTTP_UPSTREAM_ZONE)
|
||||||
ngx_atomic_t lock;
|
ngx_atomic_t lock;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ngx_http_upstream_rr_peer_t *next;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,11 +42,11 @@ struct ngx_stream_upstream_rr_peer_s {
|
|||||||
int ssl_session_len;
|
int ssl_session_len;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ngx_stream_upstream_rr_peer_t *next;
|
|
||||||
|
|
||||||
#if (NGX_STREAM_UPSTREAM_ZONE)
|
#if (NGX_STREAM_UPSTREAM_ZONE)
|
||||||
ngx_atomic_t lock;
|
ngx_atomic_t lock;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ngx_stream_upstream_rr_peer_t *next;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user