gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5253 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r5253 - GNUnet/src/include
Date: Fri, 6 Jul 2007 22:54:42 -0600 (MDT)

Author: grothoff
Date: 2007-07-06 22:54:41 -0600 (Fri, 06 Jul 2007)
New Revision: 5253

Modified:
   GNUnet/src/include/gnunet_util_threads.h
Log:
disable realtime limit

Modified: GNUnet/src/include/gnunet_util_threads.h
===================================================================
--- GNUnet/src/include/gnunet_util_threads.h    2007-07-07 04:52:38 UTC (rev 
5252)
+++ GNUnet/src/include/gnunet_util_threads.h    2007-07-07 04:54:41 UTC (rev 
5253)
@@ -57,7 +57,12 @@
 #define cronMONTHS ((cron_t)(30 * cronDAYS))
 #define cronYEARS ((cron_t)(365 * cronDAYS))
 
-#define REALTIME_LIMIT (1000 * cronMILLIS)
+/**
+ * How long will we accept locks to be held before
+ * reporting that there maybe a problem?  Set to 
+ * zero to disable reporting.
+ */
+#define REALTIME_LIMIT (000 * cronMILLIS)
 
 /**
  * Main method of a thread.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]