GIOSchedulerJob: Improve struct packing

This commit is contained in:
Matthias Clasen 2011-04-12 10:02:12 -04:00
parent bfe7548fe1
commit a2094d5e56

View 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;
};