aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_put_get.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-12 12:56:49 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-12 12:56:49 +0000
commitcd1310b601dc1b7d1b14b7cafff92c0e9bb92152 (patch)
treed393ea92910ec0b221dc76dc3211cb26e948dda9 /src/dht/test_dht_twopeer_put_get.c
parent71d1874626c062831968b17473baf4ab2829ebec (diff)
downloadgnunet-cd1310b601dc1b7d1b14b7cafff92c0e9bb92152.tar.gz
gnunet-cd1310b601dc1b7d1b14b7cafff92c0e9bb92152.zip
change connect topology in testing_group.c to call callback on all peers connected (or possibly timed out connecting)
Diffstat (limited to 'src/dht/test_dht_twopeer_put_get.c')
-rw-r--r--src/dht/test_dht_twopeer_put_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_put_get.c b/src/dht/test_dht_twopeer_put_get.c
index 1aa83716b..b57faeb83 100644
--- a/src/dht/test_dht_twopeer_put_get.c
+++ b/src/dht/test_dht_twopeer_put_get.c
@@ -407,7 +407,7 @@ peers_started_callback (void *cls,
407 if ((pg != NULL)) /* Sanity check */ 407 if ((pg != NULL)) /* Sanity check */
408 { 408 {
409 /* Connect peers in a "straight line" topology, return the number of expected connections */ 409 /* Connect peers in a "straight line" topology, return the number of expected connections */
410 expected_connections = GNUNET_TESTING_connect_topology (pg, GNUNET_TESTING_TOPOLOGY_LINE, GNUNET_TESTING_TOPOLOGY_OPTION_ALL, 0.0); 410 expected_connections = GNUNET_TESTING_connect_topology (pg, GNUNET_TESTING_TOPOLOGY_LINE, GNUNET_TESTING_TOPOLOGY_OPTION_ALL, 0.0, NULL, NULL);
411 } 411 }
412 412
413 /* Cancel current timeout fail task */ 413 /* Cancel current timeout fail task */