Re: [Spice-devel] [spice-server v2] RedChannelClient: Mark some private data as bool

2017-08-25 Thread Christophe Fergeau
On Fri, Aug 25, 2017 at 07:37:05AM -0400, Frediano Ziglio wrote: > > > > I would propagate the types, something like this: > > > > https://cgit.freedesktop.org/~fziglio/spice-server/commit/?h=teuf2=6930f008fd0dcbffc9e0c7a47e49dcdd1013b1e1 > > > > Beside that, > > > > Acked-by: Frediano Ziglio

Re: [Spice-devel] [spice-server v2] RedChannelClient: Mark some private data as bool

2017-08-25 Thread Frediano Ziglio
> > I would propagate the types, something like this: > > https://cgit.freedesktop.org/~fziglio/spice-server/commit/?h=teuf2=6930f008fd0dcbffc9e0c7a47e49dcdd1013b1e1 > > Beside that, > > Acked-by: Frediano Ziglio > Updated version of proposed fixup at

Re: [Spice-devel] [spice-server v2] RedChannelClient: Mark some private data as bool

2017-03-10 Thread Frediano Ziglio
I would propagate the types, something like this: https://cgit.freedesktop.org/~fziglio/spice-server/commit/?h=teuf2=6930f008fd0dcbffc9e0c7a47e49dcdd1013b1e1 Beside that, Acked-by: Frediano Ziglio Frediano > > Some RedChannelClient data members were marked as int when

[Spice-devel] [spice-server v2] RedChannelClient: Mark some private data as bool

2017-03-09 Thread Christophe Fergeau
Some RedChannelClient data members were marked as int when they only hold booleans. Signed-off-by: Christophe Fergeau --- Changes since v1: - use bool instead of gboolean - changed one preexisting gboolean ('destroying') server/red-channel-client.c | 10 +- 1 file