mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 10:02:59 +08:00
Core: added a stub for additional zone configuration.
This commit is contained in:
parent
5e28302dfc
commit
9d00f9e449
@ -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; */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user