On Thu, Apr 30, 2015 at 10:37:21PM -0500, Michael Roth wrote:
> Quoting David Gibson (2015-04-30 20:29:23)
> > Michael,
> >
> > I was just looking at some of the logging stuff in qemu-ga, and it
> > seems to be doing something very odd with the "domain".
> >
> > static void ga_log(const gchar *do
Quoting David Gibson (2015-04-30 20:29:23)
> Michael,
>
> I was just looking at some of the logging stuff in qemu-ga, and it
> seems to be doing something very odd with the "domain".
>
> static void ga_log(const gchar *domain, GLogLevelFlags level,
>const gchar *msg, gpointer
Michael,
I was just looking at some of the logging stuff in qemu-ga, and it
seems to be doing something very odd with the "domain".
static void ga_log(const gchar *domain, GLogLevelFlags level,
const gchar *msg, gpointer opaque)
{
GAState *s = opaque;
GTimeVal time;