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&id=6930f008fd0dcbffc9e0c7a47e49dcdd1013b1e1
> >
> > Beside that,
> >
> > Acked-by: Frediano Zigli
>
> I would propagate the types, something like this:
>
> https://cgit.freedesktop.org/~fziglio/spice-server/commit/?h=teuf2&id=6930f008fd0dcbffc9e0c7a47e49dcdd1013b1e1
>
> Beside that,
>
> Acked-by: Frediano Ziglio
>
Updated version of proposed fixup at
https://cgit.freedesktop.org/~fziglio
I would propagate the types, something like this:
https://cgit.freedesktop.org/~fziglio/spice-server/commit/?h=teuf2&id=6930f008fd0dcbffc9e0c7a47e49dcdd1013b1e1
Beside that,
Acked-by: Frediano Ziglio
Frediano
>
> Some RedChannelClient data members were marked as int when they only
> hold boo
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 changed, 5 insertions