]> Git Repo - qemu.git/blobdiff - util/qemu-coroutine.c
paaudio: port to -audiodev config
[qemu.git] / util / qemu-coroutine.c
index 1ba4191b844718712c274b0acfb95e340ac0258f..2295928d3371c599d0fa1d9633245f466da89817 100644 (file)
@@ -198,3 +198,8 @@ bool qemu_coroutine_entered(Coroutine *co)
 {
     return co->caller;
 }
+
+AioContext *coroutine_fn qemu_coroutine_get_aio_context(Coroutine *co)
+{
+    return co->ctx;
+}
This page took 0.023632 seconds and 4 git commands to generate.