diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-06 02:39:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-06 02:39:16 +0200 |
commit | 593fbdd21e52c8c0ac249c5b6163761005af8463 (patch) | |
tree | a1e3612fc7df9f5d392918db048473a479ed2617 /job.h | |
parent | 101d8e630eab1281a0e126a78433cf6d5bed4cb4 (diff) |
job: define job_type_is_redundant() to idenity unnecessary jobs
Diffstat (limited to 'job.h')
-rw-r--r-- | job.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |