commit | 05df8a6a2b4e36e8d69de2130e616d5ac28e8837 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Jan 18 18:08:22 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue May 15 16:11:49 2018 +0200 |
tree | 69a1ee332e3b77767f2df4ced3066b08e9baae7b | |
parent | 37aa19b63c46d933f1e4ea944cfccee54e2caf4a [diff] |
blockjob: Wrappers for progress counter access Block job drivers are not expected to mess with the internals of the BlockJob object, so provide wrapper functions for one of the cases where they still do it: Updating the progress counter. 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>