aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology_blacklist.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-15 12:06:37 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-15 12:06:37 +0000
commit3294e6c66210cdcca65524593ce09bbf4db14c7f (patch)
treed4c1dcb38f1646515b4821b04c58290f1dcc4b82 /src/testing/test_testing_topology_blacklist.c
parent66dd280cc10564606ebba1eb17b9e4c171ca83fb (diff)
downloadgnunet-3294e6c66210cdcca65524593ce09bbf4db14c7f.tar.gz
gnunet-3294e6c66210cdcca65524593ce09bbf4db14c7f.zip
Testing api change and related test case fixes, remember retry task and clean up on exit for unix domain socket transport.
Diffstat (limited to 'src/testing/test_testing_topology_blacklist.c')
-rw-r--r--src/testing/test_testing_topology_blacklist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_testing_topology_blacklist.c b/src/testing/test_testing_topology_blacklist.c
index 2c1a8b31c..ea32e339d 100644
--- a/src/testing/test_testing_topology_blacklist.c
+++ b/src/testing/test_testing_topology_blacklist.c
@@ -535,7 +535,7 @@ run (void *cls,
535 "didn't start all daemons in reasonable amount of time!!!"); 535 "didn't start all daemons in reasonable amount of time!!!");
536 536
537 pg = GNUNET_TESTING_daemons_start (cfg, 537 pg = GNUNET_TESTING_daemons_start (cfg,
538 peers_left, peers_left, 538 peers_left, peers_left, peers_left,
539 TIMEOUT, &hostkey_callback, 539 TIMEOUT, &hostkey_callback,
540 NULL, &peers_started_callback, NULL, 540 NULL, &peers_started_callback, NULL,
541 &topology_callback, NULL, NULL); 541 &topology_callback, NULL, NULL);