[Spice-devel] [PATCH spice-server 02/10] Include GLib compatibility header where needed
Pavel Grunt
pgrunt at redhat.com
Tue Oct 18 08:50:20 UTC 2016
On Tue, 2016-10-18 at 04:44 -0400, Frediano Ziglio wrote:
> >
> > My preference would be to squash with the first patch
> >
>
> Not hard to merge patches, just need to find a sensible
> commit message. What about:
>
> "Use a compatibility header to support GLib 2.28"
>
Sounds good to me
Pavel
> Frediano
>
> > On Mon, 2016-10-17 at 14:26 +0100, Frediano Ziglio wrote:
> > > Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> >
> > Acked-by: Pavel Grunt <pgrunt at redhat.com>
> > > ---
> > > server/char-device.c | 1 +
> > > server/red-channel-client.c | 1 +
> > > 2 files changed, 2 insertions(+)
> > >
> > > diff --git a/server/char-device.c b/server/char-device.c
> > > index 4f01d3c..7775c07 100644
> > > --- a/server/char-device.c
> > > +++ b/server/char-device.c
> > > @@ -25,6 +25,7 @@
> > > #include "char-device.h"
> > > #include "red-channel.h"
> > > #include "reds.h"
> > > +#include "glib-compat.h"
> > >
> > > #define CHAR_DEVICE_WRITE_TO_TIMEOUT 100
> > > #define RED_CHAR_DEVICE_WAIT_TOKENS_TIMEOUT 30000
> > > diff --git a/server/red-channel-client.c b/server/red-channel-
> > > client.c
> > > index 36d9c33..9426b13 100644
> > > --- a/server/red-channel-client.c
> > > +++ b/server/red-channel-client.c
> > > @@ -36,6 +36,7 @@
> > > #include "red-channel-client.h"
> > > #include "red-channel-client-private.h"
> > > #include "red-channel.h"
> > > +#include "glib-compat.h"
> > >
> > > static const SpiceDataHeaderOpaque full_header_wrapper;
> > > static const SpiceDataHeaderOpaque mini_header_wrapper;
More information about the Spice-devel
mailing list