]> Git Repo - qemu.git/blobdiff - include/qemu/throttle.h
throttle: Make throttle_is_valid() set errp
[qemu.git] / include / qemu / throttle.h
index 03bdec07ea61f9d2e9510e7add4a2729e071bd0d..ecae6212ff032094143dd8c01925054621bf2371 100644 (file)
@@ -108,7 +108,7 @@ bool throttle_enabled(ThrottleConfig *cfg);
 
 bool throttle_conflicting(ThrottleConfig *cfg, Error **errp);
 
-bool throttle_is_valid(ThrottleConfig *cfg);
+bool throttle_is_valid(ThrottleConfig *cfg, Error **errp);
 
 bool throttle_max_is_missing_limit(ThrottleConfig *cfg, Error **errp);
 
This page took 0.019626 seconds and 4 git commands to generate.