From: Eric Blake Date: Fri, 23 Jul 2010 23:01:10 +0000 (-0600) Subject: qemu-api: avoid build failure X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=80f7a45c8d8b56b77cec8cc6e30ed0446ec728a5;p=libvirt.git qemu-api: avoid build failure * src/remote_protocol-structs: Tweak to match intentional type change (with no ABI change) in remote protocol. --- diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 43af89e9dd..a5fc6aaa31 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -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;