diff options
Diffstat (limited to 'src/nxt_port.h')
-rw-r--r-- | src/nxt_port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_port.h b/src/nxt_port.h index 458aca17..66534cdc 100644 --- a/src/nxt_port.h +++ b/src/nxt_port.h @@ -36,6 +36,7 @@ typedef struct { typedef struct { nxt_queue_link_t link; nxt_buf_t *buf; + nxt_mp_t *mem_pool; size_t share; nxt_fd_t fd; nxt_port_msg_t port_msg; |