aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index c464b0ad5..020d951a2 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -356,12 +356,14 @@ GNUNET_TESTBED_operation_add_ (struct GNUNET_TESTBED_Operation *op);
356 * Creates a helper initialization message. Only for testing. 356 * Creates a helper initialization message. Only for testing.
357 * 357 *
358 * @param cname the ip address of the controlling host 358 * @param cname the ip address of the controlling host
359 * @param hostname the hostname of the destination this message is intended for
359 * @param cfg the configuration that has to used to start the testbed service 360 * @param cfg the configuration that has to used to start the testbed service
360 * thru helper 361 * thru helper
361 * @return the initialization message 362 * @return the initialization message
362 */ 363 */
363struct GNUNET_TESTBED_HelperInit * 364struct GNUNET_TESTBED_HelperInit *
364GNUNET_TESTBED_create_helper_init_msg_ (const char *cname, 365GNUNET_TESTBED_create_helper_init_msg_ (const char *cname,
366 const char *hostname,
365 const struct GNUNET_CONFIGURATION_Handle 367 const struct GNUNET_CONFIGURATION_Handle
366 *cfg); 368 *cfg);
367 369