]> git.ipfire.org Git - thirdparty/libvirt.git/commit
snapshot: remote protocol for snapshot children
authorEric Blake <eblake@redhat.com>
Thu, 29 Sep 2011 18:06:49 +0000 (12:06 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 10 Oct 2011 23:28:13 +0000 (17:28 -0600)
commitdb536236f40d7e389f7c29f2b29209e58c91fd03
treed6590a2bbd57545edcd4d78cfb1244c308cf86b4
parent521cc44700f81b0f31711cc6d1ec3fad20c62ae9
snapshot: remote protocol for snapshot children

Very mechanical.  I'm so glad we've automated the generation of things,
compared to what it was in 0.8.x days, where this would be much longer.

* src/remote/remote_protocol.x
(REMOTE_PROC_DOMAIN_SNAPSHOT_NUM_CHILDREN)
(REMOTE_PROC_DOMAIN_SNAPSHOT_LIST_CHILDREN_NAMES): New rpcs.
(remote_domain_snapshot_num_children_args)
(remote_domain_snapshot_num_children_ret)
(remote_domain_snapshot_list_children_names_args)
(remote_domain_snapshot_list_children_names_ret): New structs.
* src/remote/remote_driver.c (remote_driver): Use it.
* src/remote_protocol-structs: Update.
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs