On 05/16/2017 10:03 AM, Michal Privoznik wrote:
This function is basically a counterpart for virStreamSendHole().
If one side of a stream called virStreamSendHole() the other
should call virStreamRecvHole() to get the size of the hole.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
include/libvirt/libvirt-stream.h | 4 ++++
src/driver-stream.h | 6 ++++++
src/libvirt-stream.c | 44 ++++++++++++++++++++++++++++++++++++++++
src/libvirt_public.syms | 1 +
4 files changed, 55 insertions(+)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John