mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Revert "GIOSchedulerJob: Improve struct packing"
This reverts commit a2094d5e56
.
https://bugzilla.gnome.org/show_bug.cgi?id=616754
This commit is contained in:
parent
5bc7729d16
commit
aa586f6354
@ -51,10 +51,11 @@ 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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user