Re: [Spice-devel] [spice-gtk Win32 v3 02/12] NamedPipe: spice_named_pipe_new: add param to distinguish Server or Client

2012-06-28 Thread Arnon Gilboa
ack Uri Lublin wrote: Currently both users are servers. --- gtk/controller/namedpipe.c | 24 +--- gtk/controller/namedpipe.h |4 +++- gtk/controller/spice-controller-listener.c |2 +-

Re: [Spice-devel] [spice-gtk Win32 v3 02/12] NamedPipe: spice_named_pipe_new: add param to distinguish Server or Client

2012-06-28 Thread Marc-André Lureau
Hi Uri Lublin wrote: Currently both users are servers. ---  gtk/controller/namedpipe.c                   |   24 +---  gtk/controller/namedpipe.h                   |    4 +++-  gtk/controller/spice-controller-listener.c   |    2 +-  

Re: [Spice-devel] [spice-gtk Win32 v3 02/12] NamedPipe: spice_named_pipe_new: add param to distinguish Server or Client

2012-06-28 Thread Uri Lublin
On 06/28/2012 01:31 PM, Marc-André Lureau wrote: Currently both users are servers. --- gtk/controller/namedpipe.c | 24 +--- gtk/controller/namedpipe.h |4 +++- gtk/controller/spice-controller-listener.c |2 +-

Re: [Spice-devel] [spice-gtk Win32 v3 02/12] NamedPipe: spice_named_pipe_new: add param to distinguish Server or Client

2012-06-28 Thread Marc-André Lureau
El jue, 28-06-2012 a las 14:27 +0300, Uri Lublin escribió: Are you sure you need namedpipe object for that? I think you could have used regular GWin32InputStream GWin32OutputStream.. (that was my initial design, iirc) I'm not sure I really need a namedpipe object. It's one way to

[Spice-devel] [spice-gtk Win32 v3 02/12] NamedPipe: spice_named_pipe_new: add param to distinguish Server or Client

2012-06-27 Thread Uri Lublin
Currently both users are servers. --- gtk/controller/namedpipe.c | 24 +--- gtk/controller/namedpipe.h |4 +++- gtk/controller/spice-controller-listener.c |2 +- gtk/controller/spice-foreign-menu-listener.c |2 +- 4 files