From de532922d9ab42aa15b40d47c8db53ac2af38500 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 23 Jan 2017 19:56:03 +0300 Subject: Introducing tasks. --- src/nxt_http_parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nxt_http_parse.h') diff --git a/src/nxt_http_parse.h b/src/nxt_http_parse.h index e61aa16c..c62cde71 100644 --- a/src/nxt_http_parse.h +++ b/src/nxt_http_parse.h @@ -72,8 +72,8 @@ typedef struct { } nxt_http_chunk_parse_t; -NXT_EXPORT nxt_buf_t *nxt_http_chunk_parse(nxt_http_chunk_parse_t *hcp, - nxt_buf_t *in); +NXT_EXPORT nxt_buf_t *nxt_http_chunk_parse(nxt_task_t *task, + nxt_http_chunk_parse_t *hcp, nxt_buf_t *in); #endif /* _NXT_HTTP_PARSE_H_INCLUDED_ */ -- cgit