From 441565b2792d4ee9ee1928a8d14538be39211292 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Mon, 21 Mar 2016 13:30:30 +0100 Subject: block: Move actual I/O throttling to BlockBackend Signed-off-by: Kevin Wolf Reviewed-by: Alberto Garcia Acked-by: Stefan Hajnoczi --- include/block/throttle-groups.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/block/throttle-groups.h') diff --git a/include/block/throttle-groups.h b/include/block/throttle-groups.h index 840ba443ae..ac4224835b 100644 --- a/include/block/throttle-groups.h +++ b/include/block/throttle-groups.h @@ -40,7 +40,7 @@ void throttle_group_register_blk(BlockBackend *blk, const char *groupname); void throttle_group_unregister_blk(BlockBackend *blk); void throttle_group_restart_blk(BlockBackend *blk); -void coroutine_fn throttle_group_co_io_limits_intercept(BlockDriverState *bs, +void coroutine_fn throttle_group_co_io_limits_intercept(BlockBackend *blk, unsigned int bytes, bool is_write); -- cgit v1.2.3