projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c81865
)
disable debug instrumentation again
author
Christian Grothoff
<christian@grothoff.org>
Thu, 8 Mar 2018 13:43:49 +0000
(14:43 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 8 Mar 2018 13:43:49 +0000
(14:43 +0100)
src/util/scheduler.c
patch
|
blob
|
history
diff --git
a/src/util/scheduler.c
b/src/util/scheduler.c
index 2ca078276b0c0696f1e3b18ace2b8b35ee59b606..423c2b80464d2b8b2a009cf7aa22083ef6547466 100644
(file)
--- 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.