]> Git Repo - qemu.git/blobdiff - include/block/throttle-groups.h
target/s390x/excp_helper: Remove DPRINTF() macro
[qemu.git] / include / block / throttle-groups.h
index 82f030523f666bbc34e345c3741fada8740f6e24..e2fd0513c4bc189d0b7771c4424ac2e4347c9580 100644 (file)
@@ -76,5 +76,10 @@ void coroutine_fn throttle_group_co_io_limits_intercept(ThrottleGroupMember *tgm
 void throttle_group_attach_aio_context(ThrottleGroupMember *tgm,
                                        AioContext *new_context);
 void throttle_group_detach_aio_context(ThrottleGroupMember *tgm);
+/*
+ * throttle_group_exists() must be called under the global
+ * mutex.
+ */
+bool throttle_group_exists(const char *name);
 
 #endif
This page took 0.022251 seconds and 4 git commands to generate.