]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdadm.h
handle resync completion
[thirdparty/mdadm.git] / mdadm.h
diff --git a/mdadm.h b/mdadm.h
index 3f778f1cf548fd79d458f4f28560f145282bb6fa..f3b4ec27cc98c64a48e37a4eca529a84cdc3b3aa 100644 (file)
--- a/mdadm.h
+++ b/mdadm.h
@@ -407,6 +407,7 @@ extern struct superswitch {
        int (*open_new)(struct supertype *c, struct active_array *a, int inst);
        void (*mark_clean)(struct active_array *a, unsigned long long sync_pos);
        void (*mark_dirty)(struct active_array *a);
+       void (*mark_sync)(struct active_array *a, unsigned long long resync);
        void (*set_disk)(struct active_array *a, int n);
        void (*sync_metadata)(struct active_array *a);