DragonFly commits List (threaded) for 2012-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: cluster - Stabilization
commit 981268696baabad943c6b0db147f8ea7239cf5c2
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]