]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
rpc: Fix name of member in remote_protocol-structs
authorPeter Krempa <pkrempa@redhat.com>
Tue, 18 Sep 2012 09:42:03 +0000 (11:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 18 Sep 2012 09:47:12 +0000 (11:47 +0200)
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.

src/remote_protocol-structs

index 0a9beffd1b43221b9f79ffd04ea212b85cae1f82..4d2627a9678f74d8a52131d4217e8f186b970307 100644 (file)
@@ -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;
 };