From: Vladimir Homutov Date: Thu, 15 Feb 2018 13:08:05 +0000 (+0300) Subject: Core: added a stub for additional zone configuration. X-Git-Tag: release-1.13.9~5 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=9d00f9e44989e2ac8e755bcabe9392df54c4f54c;p=nginx.git Core: added a stub for additional zone configuration. --- 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; */ };