GIOSchedulerJob: Improve struct packing
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 14:02:12 +0000 (10:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 Apr 2011 14:02:12 +0000 (10:02 -0400)
gio/gioscheduler.c

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