commit | 59de517d8d482416a079da7ee8344187d513d4a4 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Thu Aug 11 17:38:07 2016 +0100 |
committer | Daniel P. Berrange <berrange@redhat.com> | Mon Jan 23 15:32:19 2017 +0000 |
tree | f24cf5539b7780c8a794bcba796cb2ab4e78c37f | |
parent | 60e705c51c66373f78e536e0462744a610c27cf6 [diff] |
io: remove Error parameter from QIOTask thread worker Now that task objects have a directly associated error, there's no need for an an Error **errp parameter to the QIOTask thread worker function. It already has a QIOTask object, so can directly set the error on it. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>