[nginx] Core: added a stub for additional zone configuration.

Vladimir Homutov vl at nginx.com
Thu Feb 15 13:46:16 UTC 2018


details:   http://hg.nginx.org/nginx/rev/fc4d82c13c04
branches:  
changeset: 7205:fc4d82c13c04
user:      Vladimir Homutov <vl at nginx.com>
date:      Thu Feb 15 16:08:05 2018 +0300
description:
Core: added a stub for additional zone configuration.

diffstat:

 src/core/ngx_cycle.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e44c297a6b95 -r fc4d82c13c04 src/core/ngx_cycle.h
--- a/src/core/ngx_cycle.h	Thu Feb 15 02:34:16 2018 +0300
+++ b/src/core/ngx_cycle.h	Thu Feb 15 16:08:05 2018 +0300
@@ -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; */
 };
 


More information about the nginx-devel mailing list