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: linux-ha by alan from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Mon, 30 Jan 2006 11:42:00 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Module : linux-ha
Dir : linux-ha/linux-ha
Modified Files:
portability.h
Log Message:
Put in instrumentation into our GSource code so I can find out when and where
delays are being incurred.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/linux-ha/portability.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- portability.h 18 Nov 2005 09:43:19 -0000 1.50
+++ portability.h 30 Jan 2006 18:41:59 -0000 1.51
@@ -1,4 +1,4 @@
-/* $Id: portability.h,v 1.50 2005/11/18 09:43:19 davidlee Exp $ */
+/* $Id: portability.h,v 1.51 2006/01/30 18:41:59 alan Exp $ */
#ifndef PORTABILITY_H
# define PORTABILITY_H
@@ -128,8 +128,9 @@
# endif /* SYS_NMLN */
#endif
-#define POINTER_TO_SIZE_T(p) ((size_t)(p)) /*pointer cast as int*/
-#define POINTER_TO_SSIZE_T(p) ((ssize_t)(p)) /*pointer cast as int*/
+#define POINTER_TO_SIZE_T(p) ((size_t)(p)) /*pointer cast as size_t*/
+#define POINTER_TO_SSIZE_T(p) ((ssize_t)(p)) /*pointer cast as
ssize_t*/
+#define POINTER_TO_ULONG(p) ((unsigned long)(p)) /*pointer cast as
unsigned long*/
#define HAURL(url) HA_URLBASE url
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 26, Issue 65
********************************************