aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testbed_service.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index acb444de4..888c6e391 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -139,24 +139,6 @@ GNUNET_TESTBED_hosts_load_from_file (const char *filename,
139 139
140 140
141/** 141/**
142 * Loads the set of host allocated by the LoadLeveler Job Scheduler. This
143 * function is only available when compiled with support for LoadLeveler and is
144 * used for running on the SuperMUC
145 *
146 * @param cfg the configuration to use as a template while starting a controller
147 * on any of the loaded hosts. Operation queue sizes specific to a host
148 * are also read from this configuration handle
149 * @param hosts set to the hosts found in the file; caller must free this if
150 * number of hosts returned is greater than 0
151 * @return number of hosts returned in 'hosts', 0 on error
152 */
153unsigned int
154GNUNET_TESTBED_hosts_load_from_loadleveler (const struct
155 GNUNET_CONFIGURATION_Handle *cfg,
156 struct GNUNET_TESTBED_Host
157 ***hosts);
158
159/**
160 * Destroy a host handle. Must only be called once everything 142 * Destroy a host handle. Must only be called once everything
161 * running on that host has been stopped. 143 * running on that host has been stopped.
162 * 144 *