From: Ryan Lortie Date: Wed, 31 Aug 2011 18:30:11 +0000 (-0400) Subject: Revert "GIOSchedulerJob: Improve struct packing" X-Git-Tag: 2.31.0~574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa586f63543fd584b782dbc1f90bcfae2c96502e;p=platform%2Fupstream%2Fglib.git Revert "GIOSchedulerJob: Improve struct packing" This reverts commit a2094d5e564433ed3a4398afeacce80519bbda44. https://bugzilla.gnome.org/show_bug.cgi?id=616754 --- diff --git a/gio/gioscheduler.c b/gio/gioscheduler.c index cd7bba7..61e1afc 100644 --- a/gio/gioscheduler.c +++ b/gio/gioscheduler.c @@ -51,10 +51,11 @@ struct _GIOSchedulerJob { GSourceFunc cancel_func; /* Runs under job map lock */ gpointer data; GDestroyNotify destroy_notify; + + gint io_priority; GCancellable *cancellable; GMainContext *context; - gint io_priority; guint idle_tag; };