aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_testbed.c')
-rw-r--r--src/testing/testing_testbed.c23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/testing/testing_testbed.c b/src/testing/testing_testbed.c
index a3b2c93eb..3d973da77 100644
--- a/src/testing/testing_testbed.c
+++ b/src/testing/testing_testbed.c
@@ -59,13 +59,11 @@ struct GNUNET_TESTING_Testbed
59 */ 59 */
60struct GNUNET_TESTING_Testbed * 60struct GNUNET_TESTING_Testbed *
61GNUNET_TESTING_testbed_start (struct GNUNET_SCHEDULER_Handle *sched, 61GNUNET_TESTING_testbed_start (struct GNUNET_SCHEDULER_Handle *sched,
62 const struct GNUNET_CONFIGURATION_Handle *cfg, 62 const struct GNUNET_CONFIGURATION_Handle *cfg,
63 unsigned int count, 63 unsigned int count,
64 enum GNUNET_TESTING_Topology topology, 64 enum GNUNET_TESTING_Topology topology,
65 GNUNET_TESTING_NotifyDaemonRunning cb, 65 GNUNET_TESTING_NotifyDaemonRunning cb,
66 void *cb_cls, 66 void *cb_cls, const char *hostname, ...)
67 const char *hostname,
68 ...)
69{ 67{
70 GNUNET_break (0); 68 GNUNET_break (0);
71 return NULL; 69 return NULL;
@@ -81,8 +79,7 @@ GNUNET_TESTING_testbed_start (struct GNUNET_SCHEDULER_Handle *sched,
81 */ 79 */
82void 80void
83GNUNET_TESTING_testbed_stop (struct GNUNET_TESTING_Testbed *tb, 81GNUNET_TESTING_testbed_stop (struct GNUNET_TESTING_Testbed *tb,
84 GNUNET_TESTING_NotifyCompletion cb, 82 GNUNET_TESTING_NotifyCompletion cb, void *cb_cls)
85 void *cb_cls)
86{ 83{
87 GNUNET_break (0); 84 GNUNET_break (0);
88} 85}
@@ -110,10 +107,10 @@ GNUNET_TESTING_testbed_stop (struct GNUNET_TESTING_Testbed *tb,
110 */ 107 */
111void 108void
112GNUNET_TESTING_testbed_churn (struct GNUNET_TESTING_Testbed *tb, 109GNUNET_TESTING_testbed_churn (struct GNUNET_TESTING_Testbed *tb,
113 unsigned int voff, 110 unsigned int voff,
114 unsigned int von, 111 unsigned int von,
115 GNUNET_TESTING_NotifyCompletion cb, 112 GNUNET_TESTING_NotifyCompletion cb,
116 void *cb_cls) 113 void *cb_cls)
117{ 114{
118 GNUNET_break (0); 115 GNUNET_break (0);
119} 116}