]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Remove mgr_pipe for communicating from manage to monitor.
authorNeil Brown <neilb@suse.de>
Sat, 12 Jul 2008 10:27:40 +0000 (20:27 +1000)
committerNeil Brown <neilb@suse.de>
Sat, 12 Jul 2008 10:27:40 +0000 (20:27 +1000)
commit4d43913ce07ffbcb1ae8e7bdd06a4bd67cd07791
treecc1f8daee6e0817a778fbaa1064b2afad50351a7
parent2f64e61a507ee4c1a8e2fcdbc2ce0ec89fcb7902
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.
managemon.c
mdadm.h
mdmon.c
mdmon.h
monitor.c
msg.c
msg.h