aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_palloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_palloc.h')
-rw-r--r--src/core/ngx_palloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_palloc.h b/src/core/ngx_palloc.h
index f9d5216ed..7706df19c 100644
--- a/src/core/ngx_palloc.h
+++ b/src/core/ngx_palloc.h
@@ -46,6 +46,7 @@ typedef struct {
u_char *last;
u_char *end;
ngx_pool_t *next;
+ ngx_uint_t failed;
} ngx_pool_data_t;