mdmon.h (mdadm-4.1) | : | mdmon.h (mdadm-4.2) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
* more details. | * more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License along with | * You should have received a copy of the GNU General Public License along with | |||
* this program; if not, write to the Free Software Foundation, Inc., | * this program; if not, write to the Free Software Foundation, Inc., | |||
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. | |||
*/ | */ | |||
extern const char Name[]; | extern const char Name[]; | |||
enum array_state { clear, inactive, suspended, readonly, read_auto, | 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 }; | enum sync_action { idle, reshape, resync, recover, check, repair, bad_action }; | |||
struct active_array { | struct active_array { | |||
struct mdinfo info; | struct mdinfo info; | |||
struct supertype *container; | struct supertype *container; | |||
struct active_array *next, *replaces; | struct active_array *next, *replaces; | |||
int to_remove; | int to_remove; | |||
int action_fd; | int action_fd; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |