commit | e7c1d78bbd5867804debeb7159b137fd9a6c44d3 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Apr 12 17:54:37 2018 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 23 14:30:49 2018 +0200 |
tree | 1048aef4f48fe88812d896b0fe4f4497d79e5da0 | |
parent | fd61a701f1de8e4c1d89b3716ba9ca749cf5c724 [diff] |
job: Maintain a list of all jobs This moves the job list from BlockJob to Job. Now we can check for duplicate IDs in job_create(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>