]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mdmon.h
Don't assume that mdmon is in the current directory.
[thirdparty/mdadm.git] / mdmon.h
diff --git a/mdmon.h b/mdmon.h
index 02cdb09423cec1b613634c764cb4e8860a5e3133..6c1961ad50a7e2fa2c4dc7414163e5d2fce9caab 100644 (file)
--- a/mdmon.h
+++ b/mdmon.h
@@ -56,8 +56,10 @@ 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);
 
 extern int exit_now, manager_ready;
 extern int mon_tid, mgr_tid;
+extern int monitor_loop_cnt;