diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-06-02 13:57:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-02 13:57:59 +0000 |
commit | a119584e66692489eb60e505ded1c33b32ba12c6 (patch) | |
tree | 66be3f13829a1cc35a6fdbb1c96f8c2cec53bf81 /src/core/ngx_slab.h | |
parent | 5b26bec9e8b3e7659e3aaa161b491c34ecdff036 (diff) | |
download | nginx-a119584e66692489eb60e505ded1c33b32ba12c6.tar.gz nginx-a119584e66692489eb60e505ded1c33b32ba12c6.zip |
test that zone has the same addresses in different processes
Diffstat (limited to 'src/core/ngx_slab.h')
-rw-r--r-- | src/core/ngx_slab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_slab.h b/src/core/ngx_slab.h index 89c4687f6..291e1b51e 100644 --- a/src/core/ngx_slab.h +++ b/src/core/ngx_slab.h @@ -39,6 +39,7 @@ typedef struct { u_char zero; void *data; + void *addr; } ngx_slab_pool_t; |