]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block_int.h
block: Add wr_highest_sector blockstat
[mirror_qemu.git] / block_int.h
index a3afe638fbe2f50c0af356bdd17516e3b64b86e9..1a7240c582ed335365c028119a4ac26ca2290b0b 100644 (file)
@@ -167,6 +167,7 @@ struct BlockDriverState {
     uint64_t wr_bytes;
     uint64_t rd_ops;
     uint64_t wr_ops;
+    uint64_t wr_highest_sector;
 
     /* Whether the disk can expand beyond total_sectors */
     int growable;