[glib/wip/glib-next: 2/27] Revert "GIOSchedulerJob: Improve struct packing"



commit 426aa199ae245151ff65d160c2b943bab3c5e884
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Aug 31 14:30:11 2011 -0400

    Revert "GIOSchedulerJob: Improve struct packing"
    
    This reverts commit a2094d5e564433ed3a4398afeacce80519bbda44.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=616754

 gio/gioscheduler.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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;
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]