diff src/stream/ngx_stream_upstream_round_robin.h @ 6198:311d232ad803

Upstream: fixed shared upstreams on win32.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 16 Jun 2015 00:43:00 +0300
parents 61d7ae76647d
children 9757cffc1e2f
line wrap: on
line diff
--- a/src/stream/ngx_stream_upstream_round_robin.h
+++ b/src/stream/ngx_stream_upstream_round_robin.h
@@ -58,6 +58,7 @@ struct ngx_stream_upstream_rr_peers_s {
 #if (NGX_STREAM_UPSTREAM_ZONE)
     ngx_slab_pool_t                 *shpool;
     ngx_atomic_t                     rwlock;
+    ngx_stream_upstream_rr_peers_t  *zone_next;
 #endif
 
     ngx_uint_t                       total_weight;