summaryrefslogtreecommitdiff
path: root/mdadm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index 71903768..82f6cd9f 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -377,7 +377,9 @@ extern struct superswitch {
int chunk, unsigned long long size,
char *subdev, unsigned long long *freesize);
int major;
+ char *text_version;
int swapuuid; /* true if uuid is bigending rather than hostendian */
+ int external;
} super0, super1, *superlist[];
struct supertype {