This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster/group/daemon cpg.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]