comparison src/core/ngx_rwlock.c @ 6270:e769cc88f996

Core: read/write locks are also required by the Stream module. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
author Piotr Sikora <piotrsikora@google.com>
date Fri, 23 Oct 2015 18:21:33 -0700
parents 79ddb0bdb273
children 12efcdcb8a4b
comparison
equal deleted inserted replaced
6269:7ec809b579d7 6270:e769cc88f996
109 } 109 }
110 110
111 111
112 #else 112 #else
113 113
114 #if (NGX_HTTP_UPSTREAM_ZONE) 114 #if (NGX_HTTP_UPSTREAM_ZONE || NGX_STREAM_UPSTREAM_ZONE)
115 115
116 #error ngx_atomic_cmp_set() is not defined! 116 #error ngx_atomic_cmp_set() is not defined!
117 117
118 #endif 118 #endif
119 119