diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-01-09 15:59:20 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-09 15:59:20 +0000 |
| commit | 4e77a2bb83260015bd60156916178f0eb658da82 (patch) | |
| tree | edc252404be7793cf28b9ecf5a67daa9293b02b9 /src/core/ngx_cycle.h | |
| parent | 1691aaf290e90da6206b3ca5eea53676764f8432 (diff) | |
| download | nginx-4e77a2bb83260015bd60156916178f0eb658da82.tar.gz nginx-4e77a2bb83260015bd60156916178f0eb658da82.tar.bz2 | |
pass the inherited shm_zone data
Diffstat (limited to 'src/core/ngx_cycle.h')
| -rw-r--r-- | src/core/ngx_cycle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h index 598fbb93d..21fb86acf 100644 --- a/src/core/ngx_cycle.h +++ b/src/core/ngx_cycle.h @@ -23,7 +23,7 @@ typedef struct ngx_shm_zone_s ngx_shm_zone_t; -typedef ngx_int_t (*ngx_shm_zone_init_pt) (ngx_shm_zone_t *zone); +typedef ngx_int_t (*ngx_shm_zone_init_pt) (ngx_shm_zone_t *zone, void *data); struct ngx_shm_zone_s { void *data; |
