summaryrefslogtreecommitdiff
path: root/src/core/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/job.h')
-rw-r--r--src/core/job.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/job.h b/src/core/job.h
index a5f966ee03..0781328a56 100644
--- a/src/core/job.h
+++ b/src/core/job.h
@@ -115,7 +115,6 @@ struct Job {
Unit *unit;
LIST_FIELDS(Job, transaction);
- LIST_FIELDS(Job, run_queue);
LIST_FIELDS(Job, dbus_queue);
LIST_FIELDS(Job, gc_queue);
@@ -147,6 +146,8 @@ struct Job {
JobResult result;
+ unsigned run_queue_idx;
+
bool installed:1;
bool in_run_queue:1;
bool matters_to_anchor:1;