chiark / gitweb /
cgroup: add cgroup_bonding_to_string() call
[elogind.git] / job.h
diff --git a/job.h b/job.h
index bfe20339ece02aa5277159aa9ea12c90e46e5ac3..d04ca9d5b4ebd59ea55ae1b9357ec46a69e17586 100644 (file)
--- a/job.h
+++ b/job.h
@@ -93,7 +93,7 @@ struct Job {
         bool installed:1;
         bool in_run_queue:1;
         bool matters_to_anchor:1;
-        bool forced:1;
+        bool override:1;
         bool in_dbus_queue:1;
         bool sent_dbus_new_signal:1;
 
@@ -126,6 +126,7 @@ int job_type_merge(JobType *a, JobType b);
 bool job_type_is_mergeable(JobType a, JobType b);
 bool job_type_is_superset(JobType a, JobType b);
 bool job_type_is_conflicting(JobType a, JobType b);
+bool job_type_is_redundant(JobType a, UnitActiveState b);
 
 bool job_is_runnable(Job *j);