aboutsummaryrefslogtreecommitdiff
path: root/src/testing/new_testing_api_testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/new_testing_api_testbed.c')
-rw-r--r--src/testing/new_testing_api_testbed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/new_testing_api_testbed.c b/src/testing/new_testing_api_testbed.c
index a86b8a237..e027043b9 100644
--- a/src/testing/new_testing_api_testbed.c
+++ b/src/testing/new_testing_api_testbed.c
@@ -59,7 +59,7 @@ GNUNET_TESTING_testbed_create_va (struct GNUNET_TESTING_Controller *controller,
59 struct GNUNET_TESTING_Host **hosts, 59 struct GNUNET_TESTING_Host **hosts,
60 unsigned int num_peers, 60 unsigned int num_peers,
61 const struct GNUNET_CONFIGURATION_Handle *peer_cfg, 61 const struct GNUNET_CONFIGURATION_Handle *peer_cfg,
62 enum GNUNET_TESTING_Topology underlay_topology, 62 enum GNUNET_TESTING_TopologyOption underlay_topology,
63 va_list va) 63 va_list va)
64{ 64{
65 GNUNET_break (0); 65 GNUNET_break (0);
@@ -89,7 +89,7 @@ GNUNET_TESTING_testbed_create (struct GNUNET_TESTING_Controller *controller,
89 struct GNUNET_TESTING_Host **hosts, 89 struct GNUNET_TESTING_Host **hosts,
90 unsigned int num_peers, 90 unsigned int num_peers,
91 const struct GNUNET_CONFIGURATION_Handle *peer_cfg, 91 const struct GNUNET_CONFIGURATION_Handle *peer_cfg,
92 enum GNUNET_TESTING_Topology underlay_topology, 92 enum GNUNET_TESTING_TopologyOption underlay_topology,
93 ...) 93 ...)
94{ 94{
95 GNUNET_break (0); 95 GNUNET_break (0);