diff options
author | Kevin Wolf <kwolf@redhat.com> | 2016-03-21 11:58:21 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-05-19 16:45:29 +0200 |
commit | 49d2165d7d6b589d1ea28b15a8874c417bdc55ed (patch) | |
tree | 0675ea93a6e3f00293ded704b7e6eb63bd231b6d /include | |
parent | 31dce3ccca98bc9f9eb57f8b08b008edd07661ba (diff) | |
download | qemu-49d2165d7d6b589d1ea28b15a8874c417bdc55ed.zip |
block: Convert throttle_group_get_name() to BlockBackend
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/block/throttle-groups.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/throttle-groups.h b/include/block/throttle-groups.h index b9114eedeb..bd55a34194 100644 --- a/include/block/throttle-groups.h +++ b/include/block/throttle-groups.h @@ -28,7 +28,7 @@ #include "qemu/throttle.h" #include "block/block_int.h" -const char *throttle_group_get_name(BlockDriverState *bs); +const char *throttle_group_get_name(BlockBackend *blk); ThrottleState *throttle_group_incref(const char *name); void throttle_group_unref(ThrottleState *ts); |