commit | dee81d5111ff0e24ac63ab0dbbd19e84c2f87904 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Jan 18 21:19:38 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue May 15 16:11:50 2018 +0200 |
tree | d6199ff2f563422fc6b79be2bc718e165113a738 | |
parent | 18bb69287ea522ab696e1bea818b93e5eaa85745 [diff] |
blockjob: Introduce block_job_ratelimit_get_delay() This gets us rid of more direct accesses to BlockJob fields from the job drivers. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>