
16 May
2017
16 May
'17
8:57 p.m.
On 05/16/2017 10:03 AM, Michal Privoznik wrote:
This patch is adding the virStreamRecvFlags as a variant to the virStreamRecv function in order to allow for future expansion of functionality for processing sparse streams using a @flags argument.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- include/libvirt/libvirt-stream.h | 5 ++++ src/driver-stream.h | 7 +++++ src/libvirt-stream.c | 59 ++++++++++++++++++++++++++++++++++++++++ src/libvirt_public.syms | 5 ++++ 4 files changed, 76 insertions(+)
Reviewed-by: John Ferlan <jferlan@redhat.com> John