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:
9eef61e
)
see if timing is cause
author
Nathan S. Evans
<evans@in.tum.de>
Tue, 6 Apr 2010 13:14:12 +0000
(13:14 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Tue, 6 Apr 2010 13:14:12 +0000
(13:14 +0000)
src/dht/test_dht_api.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_api.c
b/src/dht/test_dht_api.c
index f09a008799a45080cfcacf458a550164133c6dde..879c2d1cb5d9c75a862478f209005111dc3cf0ea 100644
(file)
--- a/
src/dht/test_dht_api.c
+++ b/
src/dht/test_dht_api.c
@@
-33,7
+33,7
@@
#include "gnunet_scheduler_lib.h"
#include "gnunet_dht_service.h"
-#define VERBOSE GNUNET_
NO
+#define VERBOSE GNUNET_
YES
#define VERBOSE_ARM GNUNET_NO
@@
-316,7
+316,7
@@
run (void *cls,
GNUNET_SCHEDULER_add_delayed (sched,
GNUNET_TIME_relative_multiply
- (GNUNET_TIME_UNIT_SECONDS, 1), &test_put,
+ (GNUNET_TIME_UNIT_SECONDS, 1
0
), &test_put,
&p1);
}