]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
block_resize: Update test file for RPC
authorOsier Yang <jyang@redhat.com>
Tue, 29 Nov 2011 15:18:30 +0000 (23:18 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 29 Nov 2011 15:18:30 +0000 (23:18 +0800)
Pushed under build failure rule.

src/remote_protocol-structs

index 9cbe0f69775d1e75d932edf9320dcfe566addd38..62c0248232603c34e779cefa7984102914dbd7cd 100644 (file)
@@ -264,6 +264,12 @@ struct remote_domain_get_memory_parameters_ret {
         } params;
         int                        nparams;
 };
+struct remote_domain_block_resize_args {
+        remote_nonnull_domain      dom;
+        remote_nonnull_string      disk;
+        uint64_t                   size;
+        u_int                      flags;
+};
 struct remote_domain_block_stats_args {
         remote_nonnull_domain      dom;
         remote_nonnull_string      path;
@@ -2013,4 +2019,5 @@ enum remote_procedure {
         REMOTE_PROC_DOMAIN_EVENT_DISK_CHANGE = 248,
         REMOTE_PROC_DOMAIN_OPEN_GRAPHICS = 249,
         REMOTE_PROC_NODE_SUSPEND_FOR_DURATION = 250,
+        REMOTE_PROC_NODE_SUSPEND_FOR_DURATION = 251,
 };