mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
qemu-api: avoid build failure
* src/remote_protocol-structs: Tweak to match intentional type change (with no ABI change) in remote protocol.
This commit is contained in:
parent
a71be01f04
commit
80f7a45c8d
@ -1308,7 +1308,7 @@ struct remote_domain_snapshot_delete_args {
|
||||
struct remote_message_header {
|
||||
u_int prog;
|
||||
u_int vers;
|
||||
remote_procedure proc;
|
||||
int proc;
|
||||
remote_message_type type;
|
||||
u_int serial;
|
||||
remote_message_status status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user