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: lib by alan from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 9 Feb 2006 11:48:10 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by alan from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : alan
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/clplumbing
Modified Files:
GSource.c
Log Message:
Turned off default timing of gsource event processing and delays...
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/clplumbing/GSource.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- GSource.c 8 Feb 2006 05:25:15 -0000 1.74
+++ GSource.c 9 Feb 2006 18:48:09 -0000 1.75
@@ -1,4 +1,4 @@
-/* $Id: GSource.c,v 1.74 2006/02/08 05:25:15 alan Exp $ */
+/* $Id: GSource.c,v 1.75 2006/02/09 18:48:09 alan Exp $ */
/*
* Copyright (c) 2002 Alan Robertson <[EMAIL PROTECTED]>
*
@@ -55,8 +55,8 @@
# define _NSIG 2*NSIG
#endif
-#define DEFAULT_MAXDISPATCH 100
-#define DEFAULT_MAXDELAY 500
+#define DEFAULT_MAXDISPATCH 0
+#define DEFAULT_MAXDELAY 0
#define OTHER_MAXDELAY 100
#define COMMON_STRUCTSTART
\
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 27, Issue 39
********************************************