From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8598 invoked by alias); 21 Sep 2005 08:01:03 -0000 Mailing-List: contact cluster-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sources.redhat.com Received: (qmail 8557 invoked by uid 9452); 21 Sep 2005 08:01:00 -0000 Date: Wed, 21 Sep 2005 08:01:00 -0000 Message-ID: <20050921080100.8554.qmail@sourceware.org> From: pcaulfield@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cman/lib libcman.c X-SW-Source: 2005-q3/txt/msg00348.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2005-09-21 08:00:59 Modified files: cman/lib : libcman.c Log message: If any of the queues have cached message in then return an fd for /dev/zero from cman_get_fd() - that way it will be guaranteed to be active for read so we will get called back to flush those queues. Also, use the new GETNODECOUNT call to get the nodecount rather than getting the whole node list. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.14&r2=1.15