summaryrefslogtreecommitdiffstats
path: root/job.c
Commit message (Expand)AuthorAgeFilesLines
...
* job: Move state transitions to JobKevin Wolf2018-05-231-0/+56
* job: Maintain a list of all jobsKevin Wolf2018-05-231-0/+31
* job: Add job_delete()Kevin Wolf2018-05-231-0/+6
* job: Add JobDriver.job_typeKevin Wolf2018-05-231-0/+10
* job: Create Job, JobDriver and job_create()Kevin Wolf2018-05-231-0/+48