diff options
Diffstat (limited to 'src/nxt_port.h')
-rw-r--r-- | src/nxt_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_port.h b/src/nxt_port.h index 76775660..28b10557 100644 --- a/src/nxt_port.h +++ b/src/nxt_port.h @@ -66,7 +66,7 @@ struct nxt_port_s { nxt_port_handler_t handler; void *data; - nxt_mem_pool_t *mem_pool; + nxt_mp_t *mem_pool; nxt_buf_t *free_bufs; nxt_socket_t pair[2]; |