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-04-18 23:27:28 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-04-18 23:27:28 +0400
commitf7a08d5f9ab224c7d3751693c1ba159a5d6d5900 (patch)
tree09afd5284fde0f9f2b015164f334a81b9a9e00b8 /src/core/ngx_slab.h
parent6ac68bcc4c3cbc2711fccbc78d6df3164c6dbde3 (diff)
support attaching to an existent Win32 shared memory
Diffstat (limited to 'src/core/ngx_slab.h')
-rw-r--r--src/core/ngx_slab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ngx_slab.h b/src/core/ngx_slab.h
index 348da8138..89c4687f6 100644
--- a/src/core/ngx_slab.h
+++ b/src/core/ngx_slab.h
@@ -37,6 +37,8 @@ typedef struct {
u_char *log_ctx;
u_char zero;
+
+ void *data;
} ngx_slab_pool_t;