Revert "GIOSchedulerJob: Improve struct packing"
authorRyan Lortie <desrt@desrt.ca>
Wed, 31 Aug 2011 18:30:11 +0000 (14:30 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 16:41:56 +0000 (12:41 -0400)
This reverts commit a2094d5e564433ed3a4398afeacce80519bbda44.

https://bugzilla.gnome.org/show_bug.cgi?id=616754

gio/gioscheduler.c

index cd7bba7..61e1afc 100644 (file)
@@ -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;
 };