]> git.kaiwu.me - nginx.git/commitdiff
Core: added a stub for additional zone configuration.
authorVladimir Homutov <vl@nginx.com>
Thu, 15 Feb 2018 13:08:05 +0000 (16:08 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 15 Feb 2018 13:08:05 +0000 (16:08 +0300)
src/core/ngx_cycle.h

index a825da2f981b418219e714476638883e9662e78b..54fa2e6bfcf8cae93602c35c680b3dd36bc14f1b 100644 (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; */
 };