aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-05 14:12:49 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-05 14:12:49 +0000
commit87566df009e48391b08d3f1cdf3dedf7debcac7b (patch)
treee56d091c02b989535754dbd723c39d30620aa905 /src/testbed/testbed_api.h
parent69d9d1763c430be814457f744b468140d278e3e9 (diff)
downloadgnunet-87566df009e48391b08d3f1cdf3dedf7debcac7b.tar.gz
gnunet-87566df009e48391b08d3f1cdf3dedf7debcac7b.zip
testing now includes valid hostname rewriting
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