X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=mdadm.h;h=36124dea9a0dd5198aa62602c4390cbdff6e49be;hp=2062825405353a7ed19e634686d2b6847d600ca6;hb=cb23f1f4c33d495c05a37ded7acecdeaebdabf14;hpb=78b10e663c35a301406facbda3f5be02973e2ba4 diff --git a/mdadm.h b/mdadm.h index 20628254..36124dea 100644 --- a/mdadm.h +++ b/mdadm.h @@ -764,6 +764,9 @@ struct metadata_update { int len; char *buf; void *space; /* allocated space that monitor will use */ + void **space_list; /* list of allocated spaces that monitor can + * use or that it returned. + */ struct metadata_update *next; };