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 c69f1ba9..458aca17 100644 --- a/src/nxt_port.h +++ b/src/nxt_port.h @@ -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; }; |