summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2018-02-15 16:08:05 +0300
committerVladimir Homutov <vl@nginx.com>2018-02-15 16:08:05 +0300
commit9d00f9e44989e2ac8e755bcabe9392df54c4f54c (patch)
tree80e49d3a5b735daf156e02de681bb3634afe28c5
parent5e28302dfc2637a063ad13530741a7e66dd60542 (diff)
downloadnginx-9d00f9e44989e2ac8e755bcabe9392df54c4f54c.tar.gz
Core: added a stub for additional zone configuration.
-rw-r--r--src/core/ngx_cycle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index a825da2f9..54fa2e6bf 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -31,6 +31,7 @@ struct ngx_shm_zone_s {
ngx_shm_t shm;
ngx_shm_zone_init_pt init;
void *tag;
+ void *sync;
ngx_uint_t noreuse; /* unsigned noreuse:1; */
};