aboutsummaryrefslogtreecommitdiff
path: root/include/block/block-copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/block-copy.h')
-rw-r--r--include/block/block-copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/block-copy.h b/include/block/block-copy.h
index aac85e1488..6397505f30 100644
--- a/include/block/block-copy.h
+++ b/include/block/block-copy.h
@@ -22,7 +22,7 @@ typedef void (*ProgressBytesCallbackFunc)(int64_t bytes, void *opaque);
typedef struct BlockCopyState BlockCopyState;
BlockCopyState *block_copy_state_new(BdrvChild *source, BdrvChild *target,
- int64_t cluster_size,
+ int64_t cluster_size, bool use_copy_range,
BdrvRequestFlags write_flags,
Error **errp);