mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
GIOSchedulerJob: Improve struct packing
This commit is contained in:
@@ -51,11 +51,10 @@ struct _GIOSchedulerJob {
|
|||||||
GSourceFunc cancel_func; /* Runs under job map lock */
|
GSourceFunc cancel_func; /* Runs under job map lock */
|
||||||
gpointer data;
|
gpointer data;
|
||||||
GDestroyNotify destroy_notify;
|
GDestroyNotify destroy_notify;
|
||||||
|
|
||||||
gint io_priority;
|
|
||||||
GCancellable *cancellable;
|
GCancellable *cancellable;
|
||||||
GMainContext *context;
|
GMainContext *context;
|
||||||
|
|
||||||
|
gint io_priority;
|
||||||
guint idle_tag;
|
guint idle_tag;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user