summaryrefslogtreecommitdiff
path: root/mdmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdmon.c')
-rw-r--r--mdmon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mdmon.c b/mdmon.c
index 21221cd6..27045a12 100644
--- a/mdmon.c
+++ b/mdmon.c
@@ -591,3 +591,10 @@ int save_stripes(int *source, unsigned long long *offsets,
{
return 0;
}
+
+struct superswitch super0 = {
+ .name = "0.90",
+};
+struct superswitch super1 = {
+ .name = "1.x",
+};