diff options
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r-- | src/nxt_application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index 9d8b1054..9b51ba6d 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -43,6 +43,8 @@ typedef struct { typedef struct { nxt_app_request_header_t header; nxt_app_request_body_t body; + + nxt_str_t remote; } nxt_app_request_t; |