aboutsummaryrefslogtreecommitdiff
path: root/src/util/scheduler.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-08 14:43:49 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-08 14:43:49 +0100
commit0fa813ec6c9083a9b689181daccdf1d8a0228ca7 (patch)
tree2d0fe5ec70c59774eb672c0c26be61b706ac0a21 /src/util/scheduler.c
parent5c81865455a2d6e42838047e86a19c4a2441a28e (diff)
downloadgnunet-0fa813ec6c9083a9b689181daccdf1d8a0228ca7.tar.gz
gnunet-0fa813ec6c9083a9b689181daccdf1d8a0228ca7.zip
disable debug instrumentation again
Diffstat (limited to 'src/util/scheduler.c')
-rw-r--r--src/util/scheduler.c4
1 files 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 @@
45/** 45/**
46 * Obtain trace information for all scheduler calls that schedule tasks. 46 * Obtain trace information for all scheduler calls that schedule tasks.
47 */ 47 */
48#define EXECINFO GNUNET_YES 48#define EXECINFO GNUNET_NO
49 49
50/** 50/**
51 * Check each file descriptor before adding 51 * Check each file descriptor before adding
52 */ 52 */
53#define DEBUG_FDS GNUNET_YES 53#define DEBUG_FDS GNUNET_NO
54 54
55/** 55/**
56 * Depth of the traces collected via EXECINFO. 56 * Depth of the traces collected via EXECINFO.