summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index baf5ddd..8eb7bc7 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -305,6 +305,14 @@ struct domain_ent {
int action;
struct supertype *st;
struct domain_ent *next;
+ char *program; /* only used when action is
+ partition, this is the program
+ to call to actually partition
+ the drive */
+ char *table; /* This is the location of a file to
+ pass to the partition program,
+ used both for setting and checking
+ the partitions on drives */
};
/* structures read from config file */