summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-03-29 02:57:48 +0000
committerNeil Brown <neilb@suse.de>2006-03-29 02:57:48 +0000
commit7ef02d01432952ee677beca7b0f90b653b3d336b (patch)
treea3288a38053ede6c2a24051f53cb115f3a1813cb /mdadm.h
parent2ae555c3d97336365063b5f6937646818667c482 (diff)
downloadmdadm-7ef02d01432952ee677beca7b0f90b653b3d336b.tar.gz
mdadm-7ef02d01432952ee677beca7b0f90b653b3d336b.tar.xz
mdadm-7ef02d01432952ee677beca7b0f90b653b3d336b.zip
Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent bitmaps in separate files.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index b16c75a..74672f7 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -147,6 +147,7 @@ typedef struct mddev_ident_s {
struct supertype *st;
int autof; /* 1 for normal, 2 for partitioned */
char *spare_group;
+ char *bitmap_file;
int bitmap_fd;
struct mddev_ident_s *next;