comparison src/core/ngx_cycle.h @ 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 457ec43dd8d5
children 16c51e80128c
comparison
equal deleted inserted replaced
6102:3264b7828f72 6103:79ddb0bdb273
29 struct ngx_shm_zone_s { 29 struct ngx_shm_zone_s {
30 void *data; 30 void *data;
31 ngx_shm_t shm; 31 ngx_shm_t shm;
32 ngx_shm_zone_init_pt init; 32 ngx_shm_zone_init_pt init;
33 void *tag; 33 void *tag;
34 ngx_uint_t noreuse; /* unsigned noreuse:1; */
34 }; 35 };
35 36
36 37
37 struct ngx_cycle_s { 38 struct ngx_cycle_s {
38 void ****conf_ctx; 39 void ****conf_ctx;