From: Peter Krempa Date: Mon, 20 Apr 2026 08:13:05 +0000 (+0200) Subject: remote_protocol-structs: fix mis-aligned 'remote_domain_set_throttle_group_args' X-Git-Tag: v12.4.0-rc1~119 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cf5b4bbaef056cb6cecbbfcaeb37515da94ebe78;p=thirdparty%2Flibvirt.git remote_protocol-structs: fix mis-aligned 'remote_domain_set_throttle_group_args' Fixes: a10b3ffebb6c498b357fd546c737d152cdf3e77d Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 75c3d0cb2e..4c24245d2b 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -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;