This is the mail archive of the
cluster-cvs@sourceware.org
mailing list for the cluster.
cluster/gnbd/server gnbd_serv.c gserv.c gserv.h
- From: bmarzins at sourceware dot org
- To: cluster-cvs at sources dot redhat dot com
- Date: 21 Sep 2006 20:00:01 -0000
- Subject: cluster/gnbd/server gnbd_serv.c gserv.c gserv.h
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: bmarzins@sourceware.org 2006-09-21 20:00:01
Modified files:
gnbd/server : gnbd_serv.c gserv.c gserv.h
Log message:
Fix for bugzilla #207599. The individual gserv processes inherit the atexit
callbacks from the main gnbd_serv process. One of those kills all the gserv
processes. Now they don't do that.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/gnbd_serv.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/gserv.c.diff?cvsroot=cluster&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gnbd/server/gserv.h.diff?cvsroot=cluster&r1=1.3&r2=1.4