[Cluster-devel] cluster/cman/daemon ais.c barrier.c cmanccs.c ...

pcaulfield at sourceware.org pcaulfield at sourceware.org
Mon May 21 10:48:47 UTC 2007


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>
 




More information about the Cluster-devel mailing list