From 80f7a45c8d8b56b77cec8cc6e30ed0446ec728a5 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 23 Jul 2010 17:01:10 -0600 Subject: [PATCH] qemu-api: avoid build failure * src/remote_protocol-structs: Tweak to match intentional type change (with no ABI change) in remote protocol. --- src/remote_protocol-structs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2