
17 May
2017
17 May
'17
11:50 a.m.
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@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@redhat.com> John