Re: [Spice-devel] [RFC PATCH spice-common] marshaller: Provide spice_marshaller_fill_iovec for Windows

2019-01-08 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Mon, Dec 17, 2018 at 10:26:57AM +, Frediano Ziglio wrote: > An array of WSABUF can be used with WSASend. > > Signed-off-by: Frediano Ziglio > --- > common/marshaller.c | 10 -- > common/marshaller.h | 4 ++-- > 2 files changed, 10 insertions(+), 4

Re: [Spice-devel] [RFC PATCH spice-common] marshaller: Provide spice_marshaller_fill_iovec for Windows

2019-01-03 Thread Frediano Ziglio
ping > > An array of WSABUF can be used with WSASend. > > Signed-off-by: Frediano Ziglio > --- > common/marshaller.c | 10 -- > common/marshaller.h | 4 ++-- > 2 files changed, 10 insertions(+), 4 deletions(-) > > This will allow to port spice-server to Windows,

[Spice-devel] [RFC PATCH spice-common] marshaller: Provide spice_marshaller_fill_iovec for Windows

2018-12-17 Thread Frediano Ziglio
An array of WSABUF can be used with WSASend. Signed-off-by: Frediano Ziglio --- common/marshaller.c | 10 -- common/marshaller.h | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) This will allow to port spice-server to Windows, spice_marshaller_fill_iovec is used only by