comparison 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
comparison
equal deleted inserted replaced
6197:0dcef374b8bb 6198:311d232ad803
56 ngx_uint_t number; 56 ngx_uint_t number;
57 57
58 #if (NGX_STREAM_UPSTREAM_ZONE) 58 #if (NGX_STREAM_UPSTREAM_ZONE)
59 ngx_slab_pool_t *shpool; 59 ngx_slab_pool_t *shpool;
60 ngx_atomic_t rwlock; 60 ngx_atomic_t rwlock;
61 ngx_stream_upstream_rr_peers_t *zone_next;
61 #endif 62 #endif
62 63
63 ngx_uint_t total_weight; 64 ngx_uint_t total_weight;
64 65
65 unsigned single:1; 66 unsigned single:1;