aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Add Job.aio_contextKevin Wolf1-1/+3
2018-05-23job: Move cancelled to JobKevin Wolf1-0/+5
2018-05-23job: Add reference countingKevin Wolf1-4/+18
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