diff options
Diffstat (limited to 'thread-pool.c')
-rw-r--r-- | thread-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thread-pool.c b/thread-pool.c index 70ebb50e6d..e2cac8e4ff 100644 --- a/thread-pool.c +++ b/thread-pool.c @@ -235,7 +235,7 @@ static const AIOCBInfo thread_pool_aiocb_info = { BlockAIOCB *thread_pool_submit_aio(ThreadPool *pool, ThreadPoolFunc *func, void *arg, - BlockDriverCompletionFunc *cb, void *opaque) + BlockCompletionFunc *cb, void *opaque) { ThreadPoolElement *req; |