[PATCH 3/4] qemu: monitor: Separate stats from capacity properties in qemuBlockStats

Peter Krempa via Devel posted 4 patches 1 week, 2 days ago
[PATCH 3/4] qemu: monitor: Separate stats from capacity properties in qemuBlockStats
Posted by Peter Krempa via Devel 1 week, 2 days ago
From: Peter Krempa <pkrempa@redhat.com>

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 src/qemu/qemu_monitor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/qemu/qemu_monitor.h b/src/qemu/qemu_monitor.h
index d3611d9713..34a345942f 100644
--- a/src/qemu/qemu_monitor.h
+++ b/src/qemu/qemu_monitor.h
@@ -851,6 +851,7 @@ struct _qemuBlockStats {
     unsigned long long wr_total_times;
     unsigned long long flush_req;
     unsigned long long flush_total_times;
+
     unsigned long long capacity;
     unsigned long long physical;

-- 
2.53.0