From ccf34716eeda0e3ad203c8a28f01efb412c56763 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Fri, 11 May 2012 18:16:54 +0200 Subject: qemu-img check: Print fixed clusters and recheck When any inconsistencies have been fixed, print the statistics and run another check to make sure everything is correct now. Signed-off-by: Kevin Wolf --- block.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'block.h') diff --git a/block.h b/block.h index 61b7e8e..f8200eb 100644 --- a/block.h +++ b/block.h @@ -187,6 +187,8 @@ typedef struct BdrvCheckResult { int corruptions; int leaks; int check_errors; + int corruptions_fixed; + int leaks_fixed; BlockFragInfo bfi; } BdrvCheckResult; -- cgit v1.1