diff options
Diffstat (limited to 'src/core/ngx_slab.h')
-rw-r--r-- | src/core/ngx_slab.h | 2 |
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; |