summaryrefslogtreecommitdiff
path: root/mdmon.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-07-18 16:37:04 +1000
committerNeil Brown <neilb@suse.de>2008-07-18 16:37:04 +1000
commit103f2410ec581620367d6fde67a3a62f077062a7 (patch)
tree58158ae3ffb0110bda6696401066fcb11d1cdbb4 /mdmon.h
parent120f767760a7a4a5c6d605eec91d3cec4ebc32a1 (diff)
Make sure resync_start is initialised properly and maintained properly
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdmon.h')
-rw-r--r--mdmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdmon.h b/mdmon.h
index 02cdb094..a1f0379b 100644
--- a/mdmon.h
+++ b/mdmon.h
@@ -56,6 +56,7 @@ void do_monitor(struct supertype *container);
void do_manager(struct supertype *container);
int read_dev_state(int fd);
+int get_resync_start(struct active_array *a);
struct mdstat_ent *mdstat_read(int hold, int start);