From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10959 invoked by alias); 9 May 2005 10:00:30 -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 10914 invoked by uid 9452); 9 May 2005 10:00:29 -0000 Date: Mon, 09 May 2005 10:00:00 -0000 Message-ID: <20050509100029.10901.qmail@sourceware.org> From: pcaulfield@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cman/lib libcman.c libcman.h X-SW-Source: 2005-q2/txt/msg00291.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield@sourceware.org 2005-05-09 10:00:29 Modified files: cman/lib : libcman.c libcman.h Log message: Add options to cman_dispatch() so that callers can filter out non-interesting messages. These will be saved on a list and sent when the user is again interested in them. This is used by the query functions, they prevent and DATA or EVENT messages being dispatched while waiting for (eg) barriers to complete. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.c.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/lib/libcman.h.diff?cvsroot=cluster&r1=1.4&r2=1.5