aboutsummaryrefslogtreecommitdiff
path: root/block.h
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-09-15 09:43:51 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2012-12-25 16:58:47 +0200
commitf77d2c3c841d1990d10ab147b770bf5673dbfacc (patch)
tree24ad479e52a07b73625a5fe6d9d350b2c97be0db /block.h
parent111465fea3aa2452c34a609bdc4318d9a7667bb7 (diff)
parentdd55a01d2af35f5e9dabb2b745770afd008c9e24 (diff)
Imported Debian patch 1.2.0-2012.09-0ubuntu1~linaro1debian/1.2.0-2012.09-0ubuntu1_linaro1
Diffstat (limited to 'block.h')
-rw-r--r--block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/block.h b/block.h
index 650d872..2e2be11 100644
--- a/block.h
+++ b/block.h
@@ -79,6 +79,7 @@ typedef struct BlockDevOps {
#define BDRV_O_NO_FLUSH 0x0200 /* disable flushing on this disk */
#define BDRV_O_COPY_ON_READ 0x0400 /* copy read backing sectors into image */
#define BDRV_O_INCOMING 0x0800 /* consistency hint for incoming migration */
+#define BDRV_O_CHECK 0x1000 /* open solely for consistency check */
#define BDRV_O_CACHE_MASK (BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_NO_FLUSH)