From a2c8d9a0a88ab60f0c477621e7a6ce51c7dfe54e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 27 Mar 2009 17:00:42 +0000 Subject: improve ngx_slab_alloc() error logging --- src/core/ngx_slab.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/ngx_slab.h') diff --git a/src/core/ngx_slab.h b/src/core/ngx_slab.h index 5bdacaf1b..348da8138 100644 --- a/src/core/ngx_slab.h +++ b/src/core/ngx_slab.h @@ -34,6 +34,9 @@ typedef struct { u_char *end; ngx_shmtx_t mutex; + + u_char *log_ctx; + u_char zero; } ngx_slab_pool_t; -- cgit