diff options
author | Neil Brown <neilb@suse.de> | 2006-12-14 07:31:22 +0100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-12-14 07:31:22 +0100 |
commit | b90c0e9a12090c435f23da8378b3436c93f77f2f (patch) | |
tree | 221aa0ad769db836533999ef8fd2003e90904066 /mdadm.h | |
parent | Change 'Device Size' to 'Used Dev Size' (diff) | |
download | mdadm-b90c0e9a12090c435f23da8378b3436c93f77f2f.tar.xz mdadm-b90c0e9a12090c435f23da8378b3436c93f77f2f.zip |
--wait or -W will wait for resync activity to finish on the given devices.
Diffstat (limited to '')
-rw-r--r-- | mdadm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |