]> 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 a9ae698d36a1b2e7fe07f7b8e15050387b4454cc..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;
@@ -346,7 +347,7 @@ extern int Monitor(mddev_dev_t devlist,
                   int period, int daemonise, int scan, int oneshot,
                   int dosyslog, char *config, int test, char *pidfile);
 
-extern int Kill(char *dev, int force);
+extern int Kill(char *dev, int force, int quiet);
 
 extern int CreateBitmap(char *filename, int force, char uuid[16],
                        unsigned long chunksize, unsigned long daemon_sleep,