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:
Eric Blake 2010-07-23 17:01:10 -06:00
parent a71be01f04
commit 80f7a45c8d

View File

@ -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;