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:
3f7cc21
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 15 Jun 2011 08:48:22 +0000
(08:48 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 15 Jun 2011 08:48:22 +0000
(08:48 +0000)
src/util/scheduler.c
patch
|
blob
|
history
diff --git
a/src/util/scheduler.c
b/src/util/scheduler.c
index a7dca4af725ac7aa8f67e72cb213058429d1aff0..1e9290adf4ed5233b47a913f1501b45c2d35df7e 100644
(file)
--- a/
src/util/scheduler.c
+++ b/
src/util/scheduler.c
@@
-38,7
+38,7
@@
* Use lsof to generate file descriptor reports on select error?
* (turn off for stable releases).
*/
-#define USE_LSOF GNUNET_
YES
+#define USE_LSOF GNUNET_
NO
/**
* Obtain trace information for all scheduler calls that schedule tasks.
@@
-1230,7
+1230,7
@@
add_without_sets (struct GNUNET_TIME_Relative delay,
t->num_backtrace_strings = backtrace(backtrace_array, MAX_TRACE_DEPTH);
t->backtrace_strings = backtrace_symbols(backtrace_array, t->num_backtrace_strings);
#endif
-#if
def
DEBUG_FDS
+#if DEBUG_FDS
if (-1 != rfd)
{
int flags = fcntl(rfd, F_GETFD);