From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 24 Aug 2006 10:40:57 -0000 Subject: [Cluster-devel] cluster/cman/lib libcman.c Message-ID: <20060824104057.3475.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield at sourceware.org 2006-08-24 10:40:57 Modified files: cman/lib : libcman.c Log message: initialise confchg_callback Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.26&r2=1.27 --- cluster/cman/lib/libcman.c 2006/08/17 13:22:39 1.26 +++ cluster/cman/lib/libcman.c 2006/08/24 10:40:57 1.27 @@ -300,6 +300,7 @@ h->private = private; h->event_callback = NULL; h->data_callback = NULL; + h->confchg_callback = NULL; h->want_reply = 0; h->saved_data_msg = NULL; h->saved_event_msg = NULL;