aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Move state transitions to JobKevin Wolf1-0/+56
2018-05-23job: Maintain a list of all jobsKevin Wolf1-0/+31
2018-05-23job: Add job_delete()Kevin Wolf1-0/+6
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-0/+10
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-0/+48