From b90c0e9a12090c435f23da8378b3436c93f77f2f Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 14 Dec 2006 17:31:22 +1100 Subject: --wait or -W will wait for resync activity to finish on the given devices. --- mdadm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index bfc2138..f1768a5 100644 --- a/mdadm.h +++ b/mdadm.h @@ -421,6 +421,7 @@ extern int Monitor(mddev_dev_t devlist, int dosyslog, int test, char *pidfile); extern int Kill(char *dev, int force, int quiet); +extern int Wait(char *dev); extern int CreateBitmap(char *filename, int force, char uuid[16], unsigned long chunksize, unsigned long daemon_sleep, -- cgit