diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-07-18 18:04:17 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-07-18 18:04:17 +0300 |
commit | 9183ea3f710fe04bbeabed941061cce503eb6968 (patch) | |
tree | 9d4d182be04aabec11b5cdd700a5ee13b63754ab /src/nxt_work_queue.h | |
parent | 9d707800b0c7090424ae6426423041e8755623ce (diff) | |
download | unit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.gz unit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.bz2 |
Fixed building by Clang.
Diffstat (limited to 'src/nxt_work_queue.h')
-rw-r--r-- | src/nxt_work_queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_work_queue.h b/src/nxt_work_queue.h index 9694bfd2..05e222dd 100644 --- a/src/nxt_work_queue.h +++ b/src/nxt_work_queue.h @@ -32,7 +32,7 @@ struct nxt_task_s { * source filters, so the data argument has been introduced and * 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 { |