summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNageswara R Sastry <rnsastry@linux.vnet.ibm.com>2013-08-21 16:37:17 -0700
committerBrian C. Lane <bcl@redhat.com>2014-04-29 11:42:24 -0700
commit0673dabee6f5b19317b0d85e399e9f876a2c2ea7 (patch)
treeec0cfb00407ff96f45fd6b63a8af5b048017360a /include
parent95649fc7d025a68074c8a00581bd24d2bd7751bc (diff)
downloadparted-0673dabee6f5b19317b0d85e399e9f876a2c2ea7.tar.gz
libparted: Avoid dasd as default disk type while probe
This patch avoids setting 'dasd' as a default disk type for 'disk image file' at the time of probe. Signed-off-by: Nageswara R Sastry <rnsastry@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/parted/fdasd.in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parted/fdasd.in.h b/include/parted/fdasd.in.h
index 3692596..6f6a7e0 100644
--- a/include/parted/fdasd.in.h
+++ b/include/parted/fdasd.in.h
@@ -261,6 +261,7 @@ typedef struct fdasd_anchor {
struct fdasd_hd_geometry geo;
unsigned int label_block;
unsigned int FBA_layout;
+ bool is_file;
} fdasd_anchor_t;
enum offset {lower, upper};