aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2019-06-06 18:41:29 +0300
committerKevin Wolf <kwolf@redhat.com>2019-06-18 16:41:09 +0200
commitcc19f1773d30d13293d703140eb5627e393ace6e (patch)
treea5492dababff67612ddfc509d8acb8af46067ed7 /include/block/block_int.h
parent835d689d257ddc8893febf6e93747c201614d078 (diff)
downloadqemu-cc19f1773d30d13293d703140eb5627e393ace6e.zip
qemu-cc19f1773d30d13293d703140eb5627e393ace6e.tar.gz
qemu-cc19f1773d30d13293d703140eb5627e393ace6e.tar.bz2
block/replication: drop usage of bs->job
We are going to remove bs->job pointer. Drop it's usage in replication code. Additionally we have to return job pointer from some mirror APIs. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block/block_int.h')
-rw-r--r--include/block/block_int.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/block/block_int.h b/include/block/block_int.h
index 06df2bd..8bb1cfb 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -1082,12 +1082,12 @@ void commit_start(const char *job_id, BlockDriverState *bs,
* @errp: Error object.
*
*/
-void commit_active_start(const char *job_id, BlockDriverState *bs,
- BlockDriverState *base, int creation_flags,
- int64_t speed, BlockdevOnError on_error,
- const char *filter_node_name,
- BlockCompletionFunc *cb, void *opaque,
- bool auto_complete, Error **errp);
+BlockJob *commit_active_start(const char *job_id, BlockDriverState *bs,
+ BlockDriverState *base, int creation_flags,
+ int64_t speed, BlockdevOnError on_error,
+ const char *filter_node_name,
+ BlockCompletionFunc *cb, void *opaque,
+ bool auto_complete, Error **errp);
/*
* mirror_start:
* @job_id: The id of the newly-created job, or %NULL to use the