From 4d43913ce07ffbcb1ae8e7bdd06a4bd67cd07791 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sat, 12 Jul 2008 20:27:40 +1000 Subject: Remove mgr_pipe for communicating from manage to monitor. Data is being passed in shared memory, so the pipe is only being use as a wakeup. This can more easily be done with a thread-signal. --- mdmon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdmon.h') diff --git a/mdmon.h b/mdmon.h index a679ec3..4038533 100644 --- a/mdmon.h +++ b/mdmon.h @@ -66,3 +66,4 @@ int read_dev_state(int fd); struct mdstat_ent *mdstat_read(int hold, int start); extern int exit_now, manager_ready; +extern int mon_tid, mgr_tid; -- cgit v1.2.1