summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-06 02:39:16 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-06 02:39:16 +0200
commit593fbdd21e52c8c0ac249c5b6163761005af8463 (patch)
treea1e3612fc7df9f5d392918db048473a479ed2617 /job.h
parent101d8e630eab1281a0e126a78433cf6d5bed4cb4 (diff)
job: define job_type_is_redundant() to idenity unnecessary jobs
Diffstat (limited to 'job.h')
-rw-r--r--job.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/job.h b/job.h
index bfe20339ec..5bea2948c7 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);