diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/block/block.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/block/block.h b/include/block/block.h index 488a07ed67..97d4330292 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -558,6 +558,11 @@ bool bdrv_debug_is_suspended(BlockDriverState *bs, const char *tag); AioContext *bdrv_get_aio_context(BlockDriverState *bs); /** + * Transfer control to @co in the aio context of @bs + */ +void bdrv_coroutine_enter(BlockDriverState *bs, Coroutine *co); + +/** * bdrv_set_aio_context: * * Changes the #AioContext used for fd handlers, timers, and BHs by this |