diff options
Diffstat (limited to 'src/nxt_buf_pool.h')
-rw-r--r-- | src/nxt_buf_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_buf_pool.h b/src/nxt_buf_pool.h index 59609b26..6a04fd7e 100644 --- a/src/nxt_buf_pool.h +++ b/src/nxt_buf_pool.h @@ -20,7 +20,7 @@ typedef struct { nxt_buf_t *current; nxt_buf_t *free; - nxt_mem_pool_t *mem_pool; + nxt_mp_t *mem_pool; uint16_t num; uint16_t max; |