From: Peter Krempa Date: Tue, 18 Sep 2012 09:42:03 +0000 (+0200) Subject: rpc: Fix name of member in remote_protocol-structs X-Git-Tag: v0.10.2-rc2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24f03aa8e4000029831a1235b554a00879bd9ba0;p=thirdparty%2Flibvirt.git rpc: Fix name of member in remote_protocol-structs Commit 7a99b0abafb69e1686198ac3473892a9aaeb8255 adds a new RPC struct but one of the members has different names in remote_protocol.x and remote_protocol-struct breaking make check. --- diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 0a9beffd1b..4d2627a967 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -981,7 +981,7 @@ struct remote_network_update_args { remote_nonnull_network net; u_int command; u_int section; - int index; + int parentIndex; remote_nonnull_string xml; u_int flags; };