On 05/16/2017 10:03 AM, Michal Privoznik wrote:
While the previous commit implemented a helper for sending a
STREAM_HOLE packet for daemon, this is a client's counterpart.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/libvirt_remote.syms | 1 +
src/rpc/virnetclientstream.c | 54 ++++++++++++++++++++++++++++++++++++++++++++
src/rpc/virnetclientstream.h | 5 ++++
3 files changed, 60 insertions(+)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John