Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: include by alan from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 23 Jun 2006 15:39:10 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: include by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : include
Dir : linux-ha/include/clplumbing
Modified Files:
ipc.h
Log Message:
Put in a hopefully temporary change in the maximum message size we allow.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/include/clplumbing/ipc.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- ipc.h 10 Jan 2006 13:29:20 -0000 1.55
+++ ipc.h 23 Jun 2006 21:39:09 -0000 1.56
@@ -1,4 +1,4 @@
-/* $Id: ipc.h,v 1.55 2006/01/10 13:29:20 andrew Exp $ */
+/* $Id: ipc.h,v 1.56 2006/06/23 21:39:09 alan Exp $ */
/*
* ipc.h IPC abstraction data structures.
*
@@ -708,8 +708,8 @@
};
-#define MAXMSG (256*1024)
-#define MAXDATASIZE (256*1024)
+#define MAXMSG (512*1024)
+#define MAXDATASIZE (512*1024)
#define HEADMAGIC 0xabcd
#define POOL_SIZE (4*1024)
struct ipc_bufpool{
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 31, Issue 92
********************************************