Core: added a stub for additional zone configuration.

This commit is contained in:
Vladimir Homutov 2018-02-15 16:08:05 +03:00
parent 5e28302dfc
commit 9d00f9e449

View File

@ -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; */
};