Fixed building by Clang.
This commit is contained in:
@@ -100,7 +100,7 @@ typedef struct {
|
|||||||
} nxt_app_request_t;
|
} nxt_app_request_t;
|
||||||
|
|
||||||
|
|
||||||
typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t;
|
//typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t;
|
||||||
|
|
||||||
struct nxt_app_parse_ctx_s {
|
struct nxt_app_parse_ctx_s {
|
||||||
nxt_app_request_t r;
|
nxt_app_request_t r;
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ struct nxt_task_s {
|
|||||||
* source filters, so the data argument has been introduced and
|
* source filters, so the data argument has been introduced and
|
||||||
* is used where appropriate.
|
* is used where appropriate.
|
||||||
*/
|
*/
|
||||||
typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data);
|
//typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data);
|
||||||
|
|
||||||
|
|
||||||
struct nxt_work_s {
|
struct nxt_work_s {
|
||||||
|
|||||||
Reference in New Issue
Block a user