From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Tue, 17 Apr 2007 15:56:51 +0100 Subject: [Cluster-devel] [PATCH] dlm: Consolidate TCP & SCTP protcols In-Reply-To: <461F994F.7060604@redhat.com> References: <461DE062.7030106@redhat.com> <461F994F.7060604@redhat.com> Message-ID: <1176821811.1636.264.camel@quoit.chygwyn.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Now in the git tree. Thanks, Steve. On Fri, 2007-04-13 at 15:53 +0100, Patrick Caulfield wrote: > Here's a revised version of that patch (as requested) that puts all the code > into lowcomms-tcp.c rather than creating a brand new file. > > This patch consolidates the TCP & SCTP protocols for the DLM into a single file > and makes it switchable at run-time (well, at least before the DLM actually > starts up!) > > I've changed the Makefile to refer to lowcomms.c rather than lowcomms-tcp.c so > you will need to rename the file once its in git > > Signed-off-By: Patrick Caulfield >