gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5213 - in GNUnet/src: applications/identity applications/s


From: gnunet
Subject: [GNUnet-SVN] r5213 - in GNUnet/src: applications/identity applications/session applications/topology_default include server
Date: Sun, 1 Jul 2007 19:50:07 -0600 (MDT)

Author: grothoff
Date: 2007-07-01 19:50:07 -0600 (Sun, 01 Jul 2007)
New Revision: 5213

Modified:
   GNUnet/src/applications/identity/identity.c
   GNUnet/src/applications/session/connect.c
   GNUnet/src/applications/topology_default/topology.c
   GNUnet/src/include/gnunet_util_threads.h
   GNUnet/src/server/handler.c
Log:
go easier on logging

Modified: GNUnet/src/applications/identity/identity.c
===================================================================
--- GNUnet/src/applications/identity/identity.c 2007-07-02 01:19:47 UTC (rev 
5212)
+++ GNUnet/src/applications/identity/identity.c 2007-07-02 01:50:07 UTC (rev 
5213)
@@ -40,7 +40,7 @@
 #include "identity.h"
 #include "hostkey.h"
 
-#define DEBUG_IDENTITY YES
+#define DEBUG_IDENTITY NO
 
 #define MAX_TEMP_HOSTS 32
 

Modified: GNUnet/src/applications/session/connect.c
===================================================================
--- GNUnet/src/applications/session/connect.c   2007-07-02 01:19:47 UTC (rev 
5212)
+++ GNUnet/src/applications/session/connect.c   2007-07-02 01:50:07 UTC (rev 
5213)
@@ -37,7 +37,7 @@
 
 #define hello_HELPER_TABLE_START_SIZE 64
 
-#define DEBUG_SESSION YES
+#define DEBUG_SESSION NO
 
 #define EXTRA_CHECKS ALLOW_EXTRA_CHECKS
 

Modified: GNUnet/src/applications/topology_default/topology.c
===================================================================
--- GNUnet/src/applications/topology_default/topology.c 2007-07-02 01:19:47 UTC 
(rev 5212)
+++ GNUnet/src/applications/topology_default/topology.c 2007-07-02 01:50:07 UTC 
(rev 5213)
@@ -41,7 +41,7 @@
 
 #define DEBUG_TOPOLOGY NO
 
-#define DEBUG_LIVENESS YES
+#define DEBUG_LIVENESS NO
 
 /**
  * After 2 minutes on an inactive connection, probe the other

Modified: GNUnet/src/include/gnunet_util_threads.h
===================================================================
--- GNUnet/src/include/gnunet_util_threads.h    2007-07-02 01:19:47 UTC (rev 
5212)
+++ GNUnet/src/include/gnunet_util_threads.h    2007-07-02 01:50:07 UTC (rev 
5213)
@@ -184,8 +184,6 @@
 /**
  * @param block set to NO to never block (and
  *        thus fail if semaphore counter is 0)
- * @param longwait it is expected that this operation
- *        may cause a long wait
  * @return SYSERR if would block, otherwise
  *  new count value after change
  */

Modified: GNUnet/src/server/handler.c
===================================================================
--- GNUnet/src/server/handler.c 2007-07-02 01:19:47 UTC (rev 5212)
+++ GNUnet/src/server/handler.c 2007-07-02 01:50:07 UTC (rev 5213)
@@ -39,13 +39,13 @@
 /**
  * Track how many messages we are discarding?
  */
-#define TRACK_DISCARD YES
+#define TRACK_DISCARD NO
 
 /**
  * Track how much time was spent on each
  * type of message?
  */
-#define MEASURE_TIME YES
+#define MEASURE_TIME NO
 
 
 /**





reply via email to

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