Upstream: style, ngx_http_upstream_rr_peer_t.next moved.
This commit is contained in:
parent
0c89c8bc5a
commit
3a6c023989
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue