git: cluster - Stabilization
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Dec 4 23:34:57 PST 2012
commit 981268696baabad943c6b0db147f8ea7239cf5c2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Dec 4 23:32:30 2012 -0800
cluster - Stabilization
* Fix disconnect/reconnect sequence for autoconn (/etc/hammer2/autoconn).
The pipe used to signal termination of the iocom_core() was not supposed
to be closed by iocom_done().
* The shutdown code now simply sets DMSG_IOCOMF_EOF instead of trying to
shutdown() the socket.
* Fix double mutex lock in dmsg_msg_alloc().
Summary of changes:
lib/libdmsg/dmsg.h | 2 ++
lib/libdmsg/msg.c | 6 ++----
lib/libdmsg/msg_lnk.c | 2 +-
lib/libdmsg/service.c | 2 ++
sbin/hammer2/cmd_service.c | 10 ++++++++--
5 files changed, 15 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/981268696baabad943c6b0db147f8ea7239cf5c2
--
DragonFly BSD source repository
More information about the Commits
mailing list