cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: pcaulfield@sourceware.org <pcaulfield@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster/cman/daemon ais.c barrier.c cmanccs.c  ...
Date: 21 May 2007 10:48:47 -0000	[thread overview]
Message-ID: <20070521104847.23131.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield at sourceware.org	2007-05-21 10:48:43

Modified files:
	cman/daemon    : ais.c barrier.c cmanccs.c commands.c daemon.c 

Log message:
	Add swab.h for compiling against openais trunk

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/ais.c.diff?cvsroot=cluster&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/barrier.c.diff?cvsroot=cluster&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&r1=1.62&r2=1.63
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.33&r2=1.34

--- cluster/cman/daemon/ais.c	2007/05/09 16:16:47	1.48
+++ cluster/cman/daemon/ais.c	2007/05/21 10:48:40	1.49
@@ -28,6 +28,7 @@
 #include <netdb.h>
 
 /* openais headers */
+#include <openais/service/swab.h>
 #include <openais/totem/totemip.h>
 #include <openais/totem/totempg.h>
 #include <openais/totem/aispoll.h>
--- cluster/cman/daemon/barrier.c	2006/06/30 13:00:26	1.8
+++ cluster/cman/daemon/barrier.c	2007/05/21 10:48:40	1.9
@@ -30,7 +30,7 @@
 #include <netinet/in.h>
 #include <sys/errno.h>
 
-
+#include <openais/service/swab.h>
 #include <openais/totem/totemip.h>
 #include <openais/totem/aispoll.h>
 #include "list.h"
--- cluster/cman/daemon/cmanccs.c	2007/05/18 10:13:35	1.27
+++ cluster/cman/daemon/cmanccs.c	2007/05/21 10:48:40	1.28
@@ -22,6 +22,8 @@
 #include <netdb.h>
 #include <ifaddrs.h>
 
+#include <openais/service/swab.h>
+
 #include "list.h"
 #include "cnxman-socket.h"
 #include "cnxman-private.h"
--- cluster/cman/daemon/commands.c	2007/05/18 10:13:35	1.62
+++ cluster/cman/daemon/commands.c	2007/05/21 10:48:40	1.63
@@ -30,6 +30,7 @@
 #include <netinet/in.h>
 #include <sys/errno.h>
 
+#include <openais/service/swab.h>
 #include <openais/totem/totemip.h>
 #include <openais/totem/totempg.h>
 #include <openais/service/swab.h>
--- cluster/cman/daemon/daemon.c	2007/01/08 10:07:52	1.33
+++ cluster/cman/daemon/daemon.c	2007/05/21 10:48:40	1.34
@@ -29,6 +29,7 @@
 #include <netinet/in.h>
 #include <sys/errno.h>
 
+#include <openais/service/swab.h>
 #include <openais/totem/aispoll.h>
 #include <openais/totem/totemip.h>
 



             reply	other threads:[~2007-05-21 10:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-21 10:48 pcaulfield [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-17  8:03 [Cluster-devel] cluster/cman/daemon ais.c barrier.c cmanccs.c pcaulfield
2007-09-17 20:05 ` Steven Dake
2007-10-03 10:06 pcaulfield
2008-01-02 16:35 pcaulfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070521104847.23131.qmail@sourceware.org \
    --to=pcaulfield@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).