aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.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_multipeer.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_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 65eb213e2..dc877c28b 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -666,7 +666,7 @@ peers_started_callback (void *cls,
666 expected_connections = -1; 666 expected_connections = -1;
667 if ((pg != NULL) && (peers_left == 0)) 667 if ((pg != NULL) && (peers_left == 0))
668 { 668 {
669 expected_connections = GNUNET_TESTING_connect_topology (pg, connection_topology, connect_topology_option, connect_topology_option_modifier); 669 expected_connections = GNUNET_TESTING_connect_topology (pg, connection_topology, connect_topology_option, connect_topology_option_modifier, NULL, NULL);
670#if VERBOSE 670#if VERBOSE
671 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 671 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
672 "Have %d expected connections\n", expected_connections); 672 "Have %d expected connections\n", expected_connections);