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 d6156015..cd28d4f3 100644 --- a/src/nxt_port.h +++ b/src/nxt_port.h @@ -74,6 +74,7 @@ struct nxt_port_s { uint32_t max_size; /* Maximum interleave of message parts. */ uint32_t max_share; + uint32_t app_req_id; nxt_port_handler_t handler; nxt_port_handler_t *data; |