aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-20 12:29:57 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-20 12:29:57 +0000
commitb0ca95f6c05e8486e252b4d8bdd6ae16b6d2560a (patch)
tree09352f2efafd76b317cb7ccd1a3a47f97d6cc798 /src/testbed/gnunet-testbed-profiler.c
parent984eaa29119a4b1ae01490db9b16cf1020e01d55 (diff)
extended overlay configure topology to return max connections
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 9bfeaddd24..083926cbf5 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -345,7 +345,7 @@ peer_churn_cb (void *cls, const char *emsg)
{
case GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI:
topology_op =
- GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers,
+ GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers, NULL,
topology,
num_links,
GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY,
@@ -353,7 +353,7 @@ peer_churn_cb (void *cls, const char *emsg)
break;
case GNUNET_TESTBED_TOPOLOGY_CLIQUE:
topology_op =
- GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers,
+ GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers, NULL,
topology,
GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY,
GNUNET_TESTBED_TOPOLOGY_OPTION_END);