On 05/16/2017 10:04 AM, Michal Privoznik wrote:
> 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
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: Mi