diff options
Diffstat (limited to 'src/core/ngx_slab.h')
-rw-r--r-- | src/core/ngx_slab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_slab.h b/src/core/ngx_slab.h index bd193217b..eff893c3e 100644 --- a/src/core/ngx_slab.h +++ b/src/core/ngx_slab.h @@ -42,6 +42,7 @@ typedef struct { ngx_slab_page_t free; ngx_slab_stat_t *stats; + ngx_uint_t pfree; u_char *start; u_char *end; |