summaryrefslogtreecommitdiffstats
path: root/include/block
diff options
context:
space:
mode:
authorEduardo Habkost2020-08-25 21:20:12 +0200
committerEduardo Habkost2020-08-27 20:04:54 +0200
commit7c9dcd6cabfa96ea2a89dd12041f3e63aa20a09c (patch)
tree32f8a6643e30f4da63f58648c17946389d926cd1 /include/block
parenttulip: Move TulipState typedef to header (diff)
downloadqemu-7c9dcd6cabfa96ea2a89dd12041f3e63aa20a09c.tar.gz
qemu-7c9dcd6cabfa96ea2a89dd12041f3e63aa20a09c.tar.xz
qemu-7c9dcd6cabfa96ea2a89dd12041f3e63aa20a09c.zip
throttle-groups: Move ThrottleGroup typedef to header
Move typedef closer to the type check macros, to make it easier to convert the code to OBJECT_DEFINE_TYPE() in the future. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Tested-By: Roman Bolshakov <r.bolshakov@yadro.com> Message-Id: <20200825192110.3528606-17-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r--include/block/throttle-groups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/block/throttle-groups.h b/include/block/throttle-groups.h
index 712a8e64b4..5e77db700f 100644
--- a/include/block/throttle-groups.h
+++ b/include/block/throttle-groups.h
@@ -59,6 +59,7 @@ typedef struct ThrottleGroupMember {
} ThrottleGroupMember;
#define TYPE_THROTTLE_GROUP "throttle-group"
+typedef struct ThrottleGroup ThrottleGroup;
#define THROTTLE_GROUP(obj) OBJECT_CHECK(ThrottleGroup, (obj), TYPE_THROTTLE_GROUP)
const char *throttle_group_get_name(ThrottleGroupMember *tgm);