]> xenbits.xensource.com Git - libvirt.git/commit
remote_driver: Implement virStreamSendHole
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 10 Apr 2016 13:48:27 +0000 (15:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 May 2017 05:42:13 +0000 (07:42 +0200)
commitc331f56b93b8635928c8c86a5fbf4ea01a452ad6
tree7ac61d16e0b960a3fb8b117d187ee956a5eae052
parentc6e0fcce4cab2f3c792742a38fd0b841c4c623e4
remote_driver: Implement virStreamSendHole

Now that we have RPC wrappers over VIR_NET_STREAM_HOLE we can
start wiring them up. This commit wires up situation when a
client wants to send a hole to daemon.

To keep stream offsets synchronous, upon successful call on the
daemon skip the same hole in local part of the stream.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/remote/remote_driver.c