summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index f327020..8b6baa6 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -259,6 +259,12 @@ typedef struct mddev_ident_s {
char *bitmap_file;
int bitmap_fd;
+ char *container; /* /dev/whatever name of container. You
+ * would expect this to be the 'devname'
+ * of some other entry.
+ */
+ char *member; /* subarray within a container */
+
struct mddev_ident_s *next;
} *mddev_ident_t;