aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-05 14:24:51 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-05 14:24:51 +0000
commit28f8e239844323e564d63fc8a792cbcbed41ec68 (patch)
treebce0c4fb0a962e990f410db68f503aa87da8bbb1 /src/testbed/testbed_api_testbed.c
parent01cc59a2f217ca02635beaf533decb1683339dd9 (diff)
downloadgnunet-28f8e239844323e564d63fc8a792cbcbed41ec68.tar.gz
gnunet-28f8e239844323e564d63fc8a792cbcbed41ec68.zip
add completion callback for overlay topology configure functions
Diffstat (limited to 'src/testbed/testbed_api_testbed.c')
-rw-r--r--src/testbed/testbed_api_testbed.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index 47e0edc89..1c9363c63 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -735,6 +735,8 @@ call_cc:
735 rc->topology_operation = 735 rc->topology_operation =
736 GNUNET_TESTBED_overlay_configure_topology (NULL, rc->num_peers, 736 GNUNET_TESTBED_overlay_configure_topology (NULL, rc->num_peers,
737 rc->peers, &rc->num_oc, 737 rc->peers, &rc->num_oc,
738 NULL,
739 NULL,
738 rc->topology, 740 rc->topology,
739 rc->random_links, 741 rc->random_links,
740 GNUNET_TESTBED_TOPOLOGY_OPTION_END); 742 GNUNET_TESTBED_TOPOLOGY_OPTION_END);
@@ -745,6 +747,8 @@ call_cc:
745 rc->topology_operation = 747 rc->topology_operation =
746 GNUNET_TESTBED_overlay_configure_topology (NULL, rc->num_peers, 748 GNUNET_TESTBED_overlay_configure_topology (NULL, rc->num_peers,
747 rc->peers, &rc->num_oc, 749 rc->peers, &rc->num_oc,
750 NULL,
751 NULL,
748 rc->topology, 752 rc->topology,
749 rc->topo_file, 753 rc->topo_file,
750 GNUNET_TESTBED_TOPOLOGY_OPTION_END); 754 GNUNET_TESTBED_TOPOLOGY_OPTION_END);
@@ -753,6 +757,8 @@ call_cc:
753 rc->topology_operation = 757 rc->topology_operation =
754 GNUNET_TESTBED_overlay_configure_topology (NULL, rc->num_peers, 758 GNUNET_TESTBED_overlay_configure_topology (NULL, rc->num_peers,
755 rc->peers, &rc->num_oc, 759 rc->peers, &rc->num_oc,
760 NULL,
761 NULL,
756 rc->topology, 762 rc->topology,
757 GNUNET_TESTBED_TOPOLOGY_OPTION_END); 763 GNUNET_TESTBED_TOPOLOGY_OPTION_END);
758 if (NULL == rc->topology_operation) 764 if (NULL == rc->topology_operation)