diff options
author | Max Romanov <max.romanov@nginx.com> | 2018-04-05 17:19:25 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2018-04-05 17:19:25 +0300 |
commit | d748f74f2b68c6c36d4d41cd39223e842e2a3441 (patch) | |
tree | 441651f3753573c615433450f55ac8a6a849840f /src/nxt_application.h | |
parent | c0a423aa74341853b03a3c14ead4fd0a74bbea92 (diff) | |
download | unit-d748f74f2b68c6c36d4d41cd39223e842e2a3441.tar.gz unit-d748f74f2b68c6c36d4d41cd39223e842e2a3441.tar.bz2 |
Stopping timed out application process.
Diffstat (limited to 'src/nxt_application.h')
-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 caf5b884..f4865d99 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -133,6 +133,7 @@ struct nxt_app_parse_ctx_s { nxt_app_request_t r; nxt_http_request_t *request; nxt_timer_t timer; + void *timer_data; nxt_http_request_parse_t parser; nxt_http_request_parse_t resp_parser; nxt_mp_t *mem_pool; |