X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=job.h;h=5bea2948c7b1b922afc0627595b17a56dc775beb;hb=a5dab5ce0fd4aafc394afe30eda0e6b01a13256b;hp=bfe20339ece02aa5277159aa9ea12c90e46e5ac3;hpb=c1e1601e8c6cace85b19a0eebe50076e5d119688;p=elogind.git diff --git a/job.h b/job.h index bfe20339e..5bea2948c 100644 --- a/job.h +++ b/job.h @@ -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);