From 9d00f9e44989e2ac8e755bcabe9392df54c4f54c Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Thu, 15 Feb 2018 16:08:05 +0300 Subject: [PATCH] Core: added a stub for additional zone configuration. --- src/core/ngx_cycle.h | 1 + 1 file changed, 1 insertion(+) 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; */ };