Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-02 17:57:59 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-06-02 17:57:59 +0400
commita119584e66692489eb60e505ded1c33b32ba12c6 (patch)
tree66be3f13829a1cc35a6fdbb1c96f8c2cec53bf81 /src/core/ngx_slab.h
parent5b26bec9e8b3e7659e3aaa161b491c34ecdff036 (diff)
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.h1
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;