]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu-api: avoid build failure
authorEric Blake <eblake@redhat.com>
Fri, 23 Jul 2010 23:01:10 +0000 (17:01 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 23 Jul 2010 23:03:56 +0000 (17:03 -0600)
* src/remote_protocol-structs: Tweak to match intentional type
change (with no ABI change) in remote protocol.

src/remote_protocol-structs

index 43af89e9dd5f26cdc8078c7bc2bcbc6ecbd6ba16..a5fc6aaa3190979395294301ce1ac0008c691bc3 100644 (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;