aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-30 21:06:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-30 21:06:03 +0000
commit4936dfe158a108081f18d1c77887ed0fb97f4265 (patch)
treeecefcb761d52d5713c4ec94196c95e86ee250be7 /src/dht/test_dht_multipeer.c
parent8254665a4a3f254d4947cf9de6902121f234a29f (diff)
downloadgnunet-4936dfe158a108081f18d1c77887ed0fb97f4265.tar.gz
gnunet-4936dfe158a108081f18d1c77887ed0fb97f4265.zip
no printf
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 76c10701d..09554472a 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -561,9 +561,11 @@ do_put (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
561 test_put->dht_handle = GNUNET_DHT_connect (test_put->daemon->cfg, 10); 561 test_put->dht_handle = GNUNET_DHT_connect (test_put->daemon->cfg, 10);
562 GNUNET_assert (test_put->dht_handle != NULL); 562 GNUNET_assert (test_put->dht_handle != NULL);
563 outstanding_puts++; 563 outstanding_puts++;
564#if VERBOSE > 2
564 fprintf (stderr, "PUT %u at `%s'\n", 565 fprintf (stderr, "PUT %u at `%s'\n",
565 test_put->uid, 566 test_put->uid,
566 GNUNET_i2s (&test_put->daemon->id)); 567 GNUNET_i2s (&test_put->daemon->id));
568#endif
567 GNUNET_DHT_put (test_put->dht_handle, &key, 1, 569 GNUNET_DHT_put (test_put->dht_handle, &key, 1,
568 route_option, GNUNET_BLOCK_TYPE_TEST, sizeof (data), data, 570 route_option, GNUNET_BLOCK_TYPE_TEST, sizeof (data), data,
569 GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL, 571 GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL,