From a1cbd7d053e034bbfcf337bc9ee7b92ec4c6f6c0 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 19 May 2006 07:19:04 +0000 Subject: Include homehost information in --examine as appropriate Signed-off-by: Neil Brown --- Examine.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Examine.c') diff --git a/Examine.c b/Examine.c index b5a6f13..16b1b9b 100644 --- a/Examine.c +++ b/Examine.c @@ -35,7 +35,9 @@ #endif #include "md_u.h" #include "md_p.h" -int Examine(mddev_dev_t devlist, int brief, int scan, int SparcAdjust, struct supertype *forcest) +int Examine(mddev_dev_t devlist, int brief, int scan, + int SparcAdjust, struct supertype *forcest, + char *homehost) { /* Read the raid superblock from a device and @@ -124,7 +126,7 @@ int Examine(mddev_dev_t devlist, int brief, int scan, int SparcAdjust, struct su dl_add(ap->devs, d); } else { printf("%s:\n",devlist->devname); - st->ss->examine_super(super); + st->ss->examine_super(super, homehost); free(super); } } -- cgit