aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-27 20:14:21 +0000
commitb55ae0b50e36537b83a02941caf32a05e3403412 (patch)
tree941d6b2ce180b5b81a5a9c513dbe937f55a24953 /src/dht/test_dht_topo.c
parent25b5a135122c063f7ed8de74ae04d65fed180f5f (diff)
downloadgnunet-b55ae0b50e36537b83a02941caf32a05e3403412.tar.gz
gnunet-b55ae0b50e36537b83a02941caf32a05e3403412.zip
-fixing #2340
Diffstat (limited to 'src/dht/test_dht_topo.c')
-rw-r--r--src/dht/test_dht_topo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index ed746a583..f69f5dca9 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -308,7 +308,7 @@ do_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
308 GNUNET_h2s_full (&o->id.hashPubKey)); 308 GNUNET_h2s_full (&o->id.hashPubKey));
309 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " looking for %s\n", 309 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " looking for %s\n",
310 GNUNET_h2s_full (&d->id.hashPubKey)); 310 GNUNET_h2s_full (&d->id.hashPubKey));
311 get_h = GNUNET_DHT_get_start (hs[0], GNUNET_TIME_UNIT_FOREVER_REL, /* timeout */ 311 get_h = GNUNET_DHT_get_start (hs[0],
312 GNUNET_BLOCK_TYPE_TEST, /* type */ 312 GNUNET_BLOCK_TYPE_TEST, /* type */
313 &d->id.hashPubKey, /*key to search */ 313 &d->id.hashPubKey, /*key to search */
314 4U, /* replication level */ 314 4U, /* replication level */
@@ -319,7 +319,7 @@ do_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
319 { 319 {
320 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " looking for %s\n", 320 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " looking for %s\n",
321 GNUNET_h2s_full (&d2->id.hashPubKey)); 321 GNUNET_h2s_full (&d2->id.hashPubKey));
322 get_h_2 = GNUNET_DHT_get_start (hs[0], GNUNET_TIME_UNIT_FOREVER_REL, /* timeout */ 322 get_h_2 = GNUNET_DHT_get_start (hs[0],
323 GNUNET_BLOCK_TYPE_TEST, /* type */ 323 GNUNET_BLOCK_TYPE_TEST, /* type */
324 &d2->id.hashPubKey, /*key to search */ 324 &d2->id.hashPubKey, /*key to search */
325 4U, /* replication level */ 325 4U, /* replication level */
@@ -328,7 +328,7 @@ do_test (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
328 &dht_get_id_handler, (void *)2); 328 &dht_get_id_handler, (void *)2);
329 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " looking for %s\n", 329 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " looking for %s\n",
330 GNUNET_h2s_full (&d_far->id.hashPubKey)); 330 GNUNET_h2s_full (&d_far->id.hashPubKey));
331 get_h_far = GNUNET_DHT_get_start (hs[0], GNUNET_TIME_UNIT_FOREVER_REL, /* timeout */ 331 get_h_far = GNUNET_DHT_get_start (hs[0],
332 GNUNET_BLOCK_TYPE_TEST, /* type */ 332 GNUNET_BLOCK_TYPE_TEST, /* type */
333 &d_far->id.hashPubKey, /*key to search */ 333 &d_far->id.hashPubKey, /*key to search */
334 4U, /* replication level */ 334 4U, /* replication level */