diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2012-04-18 01:39:20 +0200 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2012-04-20 17:12:27 +0200 |
commit | 668ad332a404736474749cbcc8404af3e4447170 (patch) | |
tree | a92eca0b9a7a099637ba093668c13579cb22f5b1 /src/core/job.h | |
parent | 75778e21dfeee51036d24501e39ea7398fabe502 (diff) |
job: job_new() can find the manager from the unit
Diffstat (limited to 'src/core/job.h')
-rw-r--r-- | src/core/job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/job.h b/src/core/job.h index e25fc26235..35c213d740 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -137,7 +137,7 @@ struct Job { bool ignore_order:1; }; -Job* job_new(Manager *m, JobType type, Unit *unit); +Job* job_new(Unit *unit, JobType type); void job_uninstall(Job *j); void job_free(Job *job); void job_dump(Job *j, FILE*f, const char *prefix); |