cluster/group/daemon cpg.c

teigland@sourceware.org teigland@sourceware.org
Thu Mar 2 16:46:00 GMT 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2006-03-02 16:46:15

Modified files:
	group/daemon   : cpg.c 

Log message:
	Fix how we dispatch cpg callbacks; dispatch one per poll() event.
	cpg_dispatch(ALL) breaks things if there's more than one confchg
	since we need to process each confchg before the next, and a loop
	around cpg_dispatch(ONE) doesn't work because it will block when
	there's nothing more to dispatch.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/group/daemon/cpg.c.diff?cvsroot=cluster&r1=1.12&r2=1.13



More information about the Cluster-cvs mailing list