From f888a5310c1808902b4035ca3454b62bc5cf4434 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 20 Jun 2017 19:49:17 +0300 Subject: Using new memory pool implementation. --- src/nxt_buf_pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_buf_pool.h') 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; -- cgit