gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 05/06: disable debug instrumentation again


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 05/06: disable debug instrumentation again
Date: Thu, 08 Mar 2018 15:50:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 0fa813ec6c9083a9b689181daccdf1d8a0228ca7
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Mar 8 14:43:49 2018 +0100

    disable debug instrumentation again
---
 src/util/scheduler.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 2ca078276..423c2b804 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -45,12 +45,12 @@
 /**
  * Obtain trace information for all scheduler calls that schedule tasks.
  */
-#define EXECINFO GNUNET_YES
+#define EXECINFO GNUNET_NO
 
 /**
  * Check each file descriptor before adding
  */
-#define DEBUG_FDS GNUNET_YES
+#define DEBUG_FDS GNUNET_NO
 
 /**
  * Depth of the traces collected via EXECINFO.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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