Re: [libvirt] [PATCH v3 22/31] Introduce virNetClientStreamRecvHole

2017-05-17 Thread John Ferlan
On 05/16/2017 10:04 AM, Michal Privoznik wrote: > This function will fetch previously processed stream holes and > return their sum. > > Signed-off-by: Michal Privoznik > --- > src/libvirt_remote.syms | 1 + > src/rpc/virnetclientstream.c | 16 > src/rpc/virnetclientstre

[libvirt] [PATCH v3 22/31] Introduce virNetClientStreamRecvHole

2017-05-16 Thread Michal Privoznik
This function will fetch previously processed stream holes and return their sum. Signed-off-by: Michal Privoznik --- src/libvirt_remote.syms | 1 + src/rpc/virnetclientstream.c | 16 src/rpc/virnetclientstream.h | 4 3 files changed, 21 insertions(+) diff --git a/sr