aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology_churn.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-05 14:19:42 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-05 14:19:42 +0000
commit5d67c7671b669eec8d63d3af345217bcf10768fd (patch)
treee1abf089630ba9d540f97b2d67fda0073744e247 /src/testing/test_testing_topology_churn.c
parent59b233b7e3b3d70006fc8b40bd566e67bc487231 (diff)
downloadgnunet-5d67c7671b669eec8d63d3af345217bcf10768fd.tar.gz
gnunet-5d67c7671b669eec8d63d3af345217bcf10768fd.zip
configurable connect options
Diffstat (limited to 'src/testing/test_testing_topology_churn.c')
-rw-r--r--src/testing/test_testing_topology_churn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/test_testing_topology_churn.c b/src/testing/test_testing_topology_churn.c
index 8b2a12069..33f3a0737 100644
--- a/src/testing/test_testing_topology_churn.c
+++ b/src/testing/test_testing_topology_churn.c
@@ -280,6 +280,7 @@ run (void *cls,
280 "didn't start all daemons in reasonable amount of time!!!"); 280 "didn't start all daemons in reasonable amount of time!!!");
281 281
282 pg = GNUNET_TESTING_daemons_start (cfg, 282 pg = GNUNET_TESTING_daemons_start (cfg,
283 peers_left,
283 peers_left, TIMEOUT, NULL, NULL, 284 peers_left, TIMEOUT, NULL, NULL,
284 &peers_started_callback, NULL, NULL, 285 &peers_started_callback, NULL, NULL,
285 NULL, NULL); 286 NULL, NULL);