summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.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_router.h
parentc7ab908c19242a5ddd0233e123e8c2be210b3c02 (diff)
downloadunit-f888a5310c1808902b4035ca3454b62bc5cf4434.tar.gz
unit-f888a5310c1808902b4035ca3454b62bc5cf4434.tar.bz2
Using new memory pool implementation.
Diffstat (limited to 'src/nxt_router.h')
-rw-r--r--src/nxt_router.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_router.h b/src/nxt_router.h
index d31a5964..9e2dd0a6 100644
--- a/src/nxt_router.h
+++ b/src/nxt_router.h
@@ -25,7 +25,7 @@ typedef struct {
uint32_t count;
uint32_t threads;
nxt_router_t *router;
- nxt_mem_pool_t *mem_pool;
+ nxt_mp_t *mem_pool;
} nxt_router_conf_t;
@@ -49,7 +49,7 @@ typedef struct {
nxt_array_t *engines;
nxt_router_conf_t *conf;
- nxt_mem_pool_t *mem_pool;
+ nxt_mp_t *mem_pool;
} nxt_router_temp_conf_t;