[Cluster-devel] cluster/cman/lib libcman.c

pcaulfield at sourceware.org pcaulfield at sourceware.org
Thu Aug 24 10:40:57 UTC 2006


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;




More information about the Cluster-devel mailing list