[libvirt] [PATCH v3 06/31] Introduce virStreamRecvHole

John Ferlan jferlan at redhat.com
Tue May 16 21:16:30 UTC 2017



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 at 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 at redhat.com>

John




More information about the libvir-list mailing list