aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authornevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96>2011-02-05 14:19:42 +0000
committernevans <nevans@140774ce-b5e7-0310-ab8b-a85725594a96>2011-02-05 14:19:42 +0000
commite9cfd62957d8486d5c44c8ef9d621a0c47d265c0 (patch)
treee1abf089630ba9d540f97b2d67fda0073744e247 /src/topology
parent9ebbefdbaf1249ed5a76eddf99199b2496384ef5 (diff)
configurable connect options
git-svn-id: https://gnunet.org/svn/gnunet@14356 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c
index 529496f115..ae96b071cb 100644
--- a/src/topology/test_gnunet_daemon_topology.c
+++ b/src/topology/test_gnunet_daemon_topology.c
@@ -154,6 +154,7 @@ run (void *cls,
peers_left = NUM_PEERS;
pg = GNUNET_TESTING_daemons_start (cfg,
peers_left,
+ peers_left,
TIMEOUT,
NULL, NULL,
&my_cb, NULL, NULL, NULL, NULL);