From: Peter Lieven <p...@kamp.de>

Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
Signed-off-by: Peter Lieven <p...@kamp.de>
Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
---
 include/block/block_int.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/block/block_int.h b/include/block/block_int.h
index ec0797e..8b132d7 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -247,6 +247,9 @@ typedef struct BlockLimits {
 
     /* optimal alignment for write zeroes requests in sectors */
     int64_t write_zeroes_alignment;
+
+    /* optimal transfer length in sectors */
+    int opt_transfer_length;
 } BlockLimits;
 
 /*
-- 
1.8.4.2


Reply via email to