Added mem_pool pointer member to nxt_port_send_msg_t.

To decouple nxt_port_send_msg_t from port.
This commit is contained in:
Max Romanov
2017-06-23 19:20:08 +03:00
parent eaf28db46e
commit 3b9aa27625
2 changed files with 3 additions and 1 deletions

View File

@@ -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;