[Spice-devel] [PATCH spice-server 02/10] Include GLib compatibility header where needed
Frediano Ziglio
fziglio at redhat.com
Tue Oct 18 08:44:23 UTC 2016
>
> 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"
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