comparison src/core/ngx_cycle.h @ 2716:d5896f6608e8

move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memory
author Igor Sysoev <igor@sysoev.ru>
date Thu, 16 Apr 2009 19:25:09 +0000
parents 01b71aa095cc
children ae81441e23f4
comparison
equal deleted inserted replaced
2715:a5845475a903 2716:d5896f6608e8
27 27
28 struct ngx_shm_zone_s { 28 struct ngx_shm_zone_s {
29 void *data; 29 void *data;
30 ngx_shm_t shm; 30 ngx_shm_t shm;
31 ngx_shm_zone_init_pt init; 31 ngx_shm_zone_init_pt init;
32 ngx_str_t name;
33 void *tag; 32 void *tag;
34 }; 33 };
35 34
36 35
37 struct ngx_cycle_s { 36 struct ngx_cycle_s {