From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21839 invoked by alias); 23 Jan 2006 16:55:59 -0000 Received: (qmail 21825 invoked by uid 9452); 23 Jan 2006 16:55:59 -0000 Date: Mon, 23 Jan 2006 16:55:00 -0000 Message-ID: <20060123165559.21823.qmail@sourceware.org> From: pcaulfield@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/cman-kernel/src cnxman-private.h cnxman.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00068.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4U3 Changes by: pcaulfield@sourceware.org 2006-01-23 16:55:59 Modified files: cman-kernel/src: cnxman-private.h cnxman.c Log message: Fix bz#177163 The comparision function now actually works (ie it looks like the one I thought I had stolen from jiffies.h), and cman keeps a track of all sequence numbers received as well as those that need ACKs, so each node has an idea of where each other node's sequence nubers are. otherwise we don't know what is a delayed packet and what isn't. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=RHEL4U3&r1=1.12.2.2&r2=1.12.2.2.10.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman.c.diff?cvsroot=cluster&only_with_tag=RHEL4U3&r1=1.42.2.18&r2=1.42.2.18.2.1