aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_group.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-05-09 15:55:32 +0000
committerNathan S. Evans <evans@in.tum.de>2010-05-09 15:55:32 +0000
commitb94fa4e20a07cddbd1a4fbff283c0d7f6f4a88f9 (patch)
tree2696fdc5962ba6b38e6169b8cf23cee07772077a /src/testing/test_testing_group.c
parentca3d4f99562556e22eeac7f7f198ff12941a9e1e (diff)
downloadgnunet-b94fa4e20a07cddbd1a4fbff283c0d7f6f4a88f9.tar.gz
gnunet-b94fa4e20a07cddbd1a4fbff283c0d7f6f4a88f9.zip
changes to testing... create hostkey using peerinfo before starting peers, better topology creation and more options therein, changes to order of starting peers, connecting peers... new order is hostkey create, topology create, blacklist create, start peers, connect peers
Diffstat (limited to 'src/testing/test_testing_group.c')
-rw-r--r--src/testing/test_testing_group.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/test_testing_group.c b/src/testing/test_testing_group.c
index d9d22dd02..8458bfbd6 100644
--- a/src/testing/test_testing_group.c
+++ b/src/testing/test_testing_group.c
@@ -80,6 +80,7 @@ run (void *cls,
80 peers_left = NUM_PEERS; 80 peers_left = NUM_PEERS;
81 pg = GNUNET_TESTING_daemons_start (sched, cfg, 81 pg = GNUNET_TESTING_daemons_start (sched, cfg,
82 peers_left, 82 peers_left,
83 NULL, NULL,
83 &my_cb, NULL, NULL, NULL, NULL); 84 &my_cb, NULL, NULL, NULL, NULL);
84 GNUNET_assert (pg != NULL); 85 GNUNET_assert (pg != NULL);
85} 86}