]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
snapshot: remote protocol for getparent
authorEric Blake <eblake@redhat.com>
Sat, 24 Sep 2011 19:19:35 +0000 (13:19 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 28 Sep 2011 15:54:57 +0000 (09:54 -0600)
commit3ca4296f80dc3dbc3db57d38c71857773df908b8
treea1f94bf1d17aae8b36d8d261f1d7d6238f32b02d
parenta2f706de930a10c113efd1e63a58e01567d7881d
snapshot: remote protocol for getparent

Mostly straight-forward, although this is the first API that
returns a new snapshot based on a snapshot rather than a domain.

* src/remote/remote_protocol.x
(REMOTE_PROC_DOMAIN_SNAPSHOT_GET_PARENT): New rpc.
(remote_domain_snapshot_get_parent_args)
(remote_domain_snapshot_get_parent_ret): New structs.
* src/rpc/gendispatch.pl: Adjust generator.
* 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
src/rpc/gendispatch.pl