summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_buf_pool.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-06-20 19:49:17 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-06-20 19:49:17 +0300
commitf888a5310c1808902b4035ca3454b62bc5cf4434 (patch)
tree7425e11cdba27420d21468b0f79787834bd3c498 /src/nxt_buf_pool.h
parentc7ab908c19242a5ddd0233e123e8c2be210b3c02 (diff)
downloadunit-f888a5310c1808902b4035ca3454b62bc5cf4434.tar.gz
unit-f888a5310c1808902b4035ca3454b62bc5cf4434.tar.bz2
Using new memory pool implementation.
Diffstat (limited to 'src/nxt_buf_pool.h')
-rw-r--r--src/nxt_buf_pool.h2
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;