comparison src/http/ngx_http_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 79ddb0bdb273
children d69964eb8335
comparison
equal deleted inserted replaced
6197:0dcef374b8bb 6198:311d232ad803
56 ngx_uint_t number; 56 ngx_uint_t number;
57 57
58 #if (NGX_HTTP_UPSTREAM_ZONE) 58 #if (NGX_HTTP_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_http_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;