diff options
Diffstat (limited to 'src/nxt_conn.h')
-rw-r--r-- | src/nxt_conn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h index 491531b0..479450bb 100644 --- a/src/nxt_conn.h +++ b/src/nxt_conn.h @@ -155,7 +155,7 @@ struct nxt_conn_s { #endif - nxt_mem_pool_t *mem_pool; + nxt_mp_t *mem_pool; nxt_task_t task; nxt_log_t log; @@ -226,7 +226,7 @@ struct nxt_conn_s { #endif -NXT_EXPORT nxt_conn_t *nxt_conn_create(nxt_mem_pool_t *mp, nxt_task_t *task); +NXT_EXPORT nxt_conn_t *nxt_conn_create(nxt_mp_t *mp, nxt_task_t *task); void nxt_conn_io_shutdown(nxt_task_t *task, void *obj, void *data); NXT_EXPORT void nxt_conn_close(nxt_event_engine_t *engine, nxt_conn_t *c); |