aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index e8defc61d..01c7d674b 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -114,7 +114,8 @@ GNUNET_TESTBED_host_create_with_id (uint32_t id,
114 114
115 115
116/** 116/**
117 * Load a set of hosts from a configuration file. 117 * Load a set of hosts from a configuration file. The hostfile format is
118 * specified at https://gnunet.org/content/hosts-file-format
118 * 119 *
119 * @param filename file with the host specification 120 * @param filename file with the host specification
120 * @param cfg the configuration to use as a template while starting a controller 121 * @param cfg the configuration to use as a template while starting a controller