Re: [Spice-devel] [PATCH spice-server 1/2] red-channel-client: Introduce some helpers to update watch event mask

2017-09-11 Thread Christophe Fergeau
On Mon, Sep 11, 2017 at 11:41:17AM -0400, Frediano Ziglio wrote: > > > > > Why ? > > > > Christophe > > for 2/2. > > Maybe I should add > > "These helpers will be reused by following patch." Yup, something like that would be useful, thanks. > > > > On Mon, Sep 11, 2017 at 01:29:05PM

Re: [Spice-devel] [PATCH spice-server 1/2] red-channel-client: Introduce some helpers to update watch event mask

2017-09-11 Thread Frediano Ziglio
> > Why ? > > Christophe for 2/2. Maybe I should add "These helpers will be reused by following patch." ? Frediano > > On Mon, Sep 11, 2017 at 01:29:05PM +0100, Frediano Ziglio wrote: > > Signed-off-by: Frediano Ziglio > > --- > > server/red-channel-client.c | 27

Re: [Spice-devel] [PATCH spice-server 1/2] red-channel-client: Introduce some helpers to update watch event mask

2017-09-11 Thread Christophe Fergeau
Why ? Christophe On Mon, Sep 11, 2017 at 01:29:05PM +0100, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio > --- > server/red-channel-client.c | 27 --- > 1 file changed, 16 insertions(+), 11 deletions(-) > > diff --git

[Spice-devel] [PATCH spice-server 1/2] red-channel-client: Introduce some helpers to update watch event mask

2017-09-11 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- server/red-channel-client.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/server/red-channel-client.c b/server/red-channel-client.c index d9333ba6f..eab1d593d 100644 ---