]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
remote_protocol-structs: fix mis-aligned 'remote_domain_set_throttle_group_args'
authorPeter Krempa <pkrempa@redhat.com>
Mon, 20 Apr 2026 08:13:05 +0000 (10:13 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 14 May 2026 10:13:09 +0000 (12:13 +0200)
Fixes: a10b3ffebb6c498b357fd546c737d152cdf3e77d
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/remote_protocol-structs

index 75c3d0cb2e06bf786f6b1d9900fc2c53edffe744..4c24245d2b5d976b43da404a883f7eb42d0bcd8a 100644 (file)
@@ -1051,13 +1051,13 @@ struct remote_domain_get_block_io_tune_ret {
         int                        nparams;
 };
 struct remote_domain_set_throttle_group_args {
-       remote_nonnull_domain      dom;
-       remote_nonnull_string      group;
-       struct {
-               u_int              params_len;
-               remote_typed_param * params_val;
-       } params;
-       u_int                      flags;
+        remote_nonnull_domain      dom;
+        remote_nonnull_string      group;
+        struct {
+                u_int              params_len;
+                remote_typed_param * params_val;
+        } params;
+        u_int                      flags;
 };
 struct remote_domain_del_throttle_group_args {
         remote_nonnull_domain      dom;