Latest update - 7208

This commit is contained in:
Hakase
2018-02-16 01:44:40 +09:00
parent b52576deac
commit 9b431fd8fd
8 changed files with 272 additions and 115 deletions
+1
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; */
};