]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdmon.h
mdadm: Introduce new array state 'broken' for raid0/linear
[thirdparty/mdadm.git] / mdmon.h
diff --git a/mdmon.h b/mdmon.h
index 818367cbb14c95755d8384702abcc155d41d0e96..b3d72ac37b67f186c87ab1849b7693b6b924a936 100644 (file)
--- a/mdmon.h
+++ b/mdmon.h
@@ -21,7 +21,7 @@
 extern const char Name[];
 
 enum array_state { clear, inactive, suspended, readonly, read_auto,
-                  clean, active, write_pending, active_idle, bad_word};
+                  clean, active, write_pending, active_idle, broken, bad_word};
 
 enum sync_action { idle, reshape, resync, recover, check, repair, bad_action };