]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent bitmaps...
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index b16c75a99759be347d7c78fb35ede31e599d5c46..74672f7c683b201f6f1f65c1b20f8b798c4022fb 100644 (file)
--- 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;