comparison src/core/ngx_cycle.h @ 7205:fc4d82c13c04

Core: added a stub for additional zone configuration.
author Vladimir Homutov <vl@nginx.com>
date Thu, 15 Feb 2018 16:08:05 +0300
parents 84e53e4735a4
children b9071b875194
comparison
equal deleted inserted replaced
7204:e44c297a6b95 7205:fc4d82c13c04
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 void *sync;
34 ngx_uint_t noreuse; /* unsigned noreuse:1; */ 35 ngx_uint_t noreuse; /* unsigned noreuse:1; */
35 }; 36 };
36 37
37 38
38 struct ngx_cycle_s { 39 struct ngx_cycle_s {