X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=mdmon.h;h=21cf71d5c6ac774cca9d2bbb7179e743a4f278ce;hb=b31df43682216d1c65813eae49ebdd8253db8907;hp=6d1776f9281e5ab6e0a47ed29ed416ed2d483328;hpb=88b496c2697ed531ffecf2f8ced76f437297e5fe;p=thirdparty%2Fmdadm.git diff --git a/mdmon.h b/mdmon.h index 6d1776f9..21cf71d5 100644 --- a/mdmon.h +++ b/mdmon.h @@ -28,6 +28,7 @@ struct active_array { struct mdinfo info; struct supertype *container; struct active_array *next, *replaces; + int to_remove; int action_fd; int resync_start_fd; @@ -47,8 +48,6 @@ struct active_array { int check_degraded; /* flag set by mon, read by manage */ int check_reshape; /* flag set by mon, read by manage */ - - int devnum; }; /*