From 83b6208e890f29115c56a252de82dfd7c50488d0 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 23 May 2006 06:33:28 +0000 Subject: When assembly arrays using incomplete detail, prefer arrays built for this host. i.e. if assembling with --name or --super-minor, then if we find two different arrays with the same apparent identity, and one was built for 'this' host, then prefer that one instead of giving up in disgust. Signed-off-by: Neil Brown --- mdadm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index 94e47085..7fc3bedd 100644 --- a/mdadm.h +++ b/mdadm.h @@ -279,6 +279,7 @@ extern struct superswitch { void (*brief_detail_super)(void *sbv); void (*uuid_from_super)(int uuid[4], void *sbv); void (*getinfo_super)(struct mdinfo *info, void *sbv); + int (*match_home)(void *sbv, char *homehost); int (*update_super)(struct mdinfo *info, void *sbv, char *update, char *devname, int verbose, int uuid_set, char *homehost); -- cgit v1.2.3