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)
downloadgnunet-b0ca95f6c05e8486e252b4d8bdd6ae16b6d2560a.tar.gz
gnunet-b0ca95f6c05e8486e252b4d8bdd6ae16b6d2560a.zip
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 9bfeaddd2..083926cbf 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)
345 { 345 {
346 case GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI: 346 case GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI:
347 topology_op = 347 topology_op =
348 GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers, 348 GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers, NULL,
349 topology, 349 topology,
350 num_links, 350 num_links,
351 GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY, 351 GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY,
@@ -353,7 +353,7 @@ peer_churn_cb (void *cls, const char *emsg)
353 break; 353 break;
354 case GNUNET_TESTBED_TOPOLOGY_CLIQUE: 354 case GNUNET_TESTBED_TOPOLOGY_CLIQUE:
355 topology_op = 355 topology_op =
356 GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers, 356 GNUNET_TESTBED_overlay_configure_topology (NULL, num_peers, peers, NULL,
357 topology, 357 topology,
358 GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY, 358 GNUNET_TESTBED_TOPOLOGY_DISABLE_AUTO_RETRY,
359 GNUNET_TESTBED_TOPOLOGY_OPTION_END); 359 GNUNET_TESTBED_TOPOLOGY_OPTION_END);