Moved message size to nxt_port_recv_msg_t for convenience.

This commit is contained in:
Max Romanov
2017-06-23 19:20:08 +03:00
parent 3e989a165c
commit eaf28db46e
4 changed files with 17 additions and 35 deletions

View File

@@ -47,6 +47,7 @@ struct nxt_port_recv_msg_s {
nxt_buf_t *buf;
nxt_port_t *port;
nxt_port_msg_t port_msg;
size_t size;
};