]> Git Repo - qemu.git/blobdiff - thread-pool.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / thread-pool.c
index 70ebb50e6d52e64884f0f69030b12c43d44bd969..e2cac8e4ffda23495e5c430e994f64ae26dde2b3 100644 (file)
@@ -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;
 
This page took 0.020054 seconds and 4 git commands to generate.