comparison src/core/ngx_rwlock.c @ 6103:79ddb0bdb273

Upstream: the "zone" directive. Upstreams with the "zone" directive are kept in shared memory, with a consistent view of all worker processes.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 14 Apr 2015 19:01:25 +0300
parents 682d8222c6b1
children e769cc88f996
comparison
equal deleted inserted replaced
6102:3264b7828f72 6103:79ddb0bdb273
107 readers = *lock; 107 readers = *lock;
108 } 108 }
109 } 109 }
110 110
111 111
112 #else
113
114 #if (NGX_HTTP_UPSTREAM_ZONE)
115
116 #error ngx_atomic_cmp_set() is not defined!
117
112 #endif 118 #endif
119
120 #endif