diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index 7747883b..5998e3e9 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -108,6 +108,7 @@ typedef struct { nxt_app_request_body_t body; nxt_str_t remote; + nxt_str_t local; } nxt_app_request_t; |