diff options
Diffstat (limited to 'include/block/thread-pool.h')
-rw-r--r-- | include/block/thread-pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/thread-pool.h b/include/block/thread-pool.h index 1fd57ec22d..42eb5e8421 100644 --- a/include/block/thread-pool.h +++ b/include/block/thread-pool.h @@ -29,7 +29,7 @@ void thread_pool_free(ThreadPool *pool); BlockAIOCB *thread_pool_submit_aio(ThreadPool *pool, ThreadPoolFunc *func, void *arg, - BlockDriverCompletionFunc *cb, void *opaque); + BlockCompletionFunc *cb, void *opaque); int coroutine_fn thread_pool_submit_co(ThreadPool *pool, ThreadPoolFunc *func, void *arg); void thread_pool_submit(ThreadPool *pool, ThreadPoolFunc *func, void *arg); |