]> git.ipfire.org Git - thirdparty/libvirt.git/commit
blockjob: add blockcommit support to rpc
authorEric Blake <eblake@redhat.com>
Mon, 17 Sep 2012 20:07:18 +0000 (14:07 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 18 Sep 2012 03:46:41 +0000 (21:46 -0600)
commit85edb0c8bbd443180e496985cbf2a6c61361ff3a
tree39ff2704e1f328d6dce9519ba10ad3a7e46d763d
parented23b10660786b85b6455e29c8f08785db649b51
blockjob: add blockcommit support to rpc

Relatively straightforward.  Our decision to make block job
speed a long keeps haunting us on new API.

* src/remote/remote_protocol.x (remote_domain_block_commit_args):
New struct.
* src/remote/remote_driver.c (remote_driver): Enable it.
* src/remote_protocol-structs: Regenerate.
* src/rpc/gendispatch.pl (long_legacy): Exempt another bandwidth.
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/rpc/gendispatch.pl