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 4723752..1fd57ec 100644 --- a/include/block/thread-pool.h +++ b/include/block/thread-pool.h @@ -27,7 +27,7 @@ typedef struct ThreadPool ThreadPool; ThreadPool *thread_pool_new(struct AioContext *ctx); void thread_pool_free(ThreadPool *pool); -BlockDriverAIOCB *thread_pool_submit_aio(ThreadPool *pool, +BlockAIOCB *thread_pool_submit_aio(ThreadPool *pool, ThreadPoolFunc *func, void *arg, BlockDriverCompletionFunc *cb, void *opaque); int coroutine_fn thread_pool_submit_co(ThreadPool *pool, |