aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-27 14:22:24 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-27 14:22:24 +0000
commitd6353593a73706c2bdbaac7fbb111fca6bdab9a5 (patch)
treeb0d90b7b24fb82c4583d048b3fae0c6f3d35f505 /src/include/gnunet_testbed_service.h
parente9a65d965436f0233a30951e89b01503cf88be35 (diff)
downloadgnunet-d6353593a73706c2bdbaac7fbb111fca6bdab9a5.tar.gz
gnunet-d6353593a73706c2bdbaac7fbb111fca6bdab9a5.zip
Parsing LoadLeveler allocated hosts and creating testbed hosts from them
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 25378e890..4ffcde76f 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -132,6 +132,24 @@ GNUNET_TESTBED_hosts_load_from_file (const char *filename,
132 132
133 133
134/** 134/**
135 * Loads the set of host allocated by the LoadLeveler Job Scheduler. This
136 * function is only available when compiled with support for LoadLeveler and is
137 * used for running on the SuperMUC
138 *
139 * @param cfg the configuration to use as a template while starting a controller
140 * on any of the loaded hosts. Operation queue sizes specific to a host
141 * are also read from this configuration handle
142 * @param hosts set to the hosts found in the file; caller must free this if
143 * number of hosts returned is greater than 0
144 * @return number of hosts returned in 'hosts', 0 on error
145 */
146unsigned int
147GNUNET_TESTBED_hosts_load_from_loadleveler (const struct
148 GNUNET_CONFIGURATION_Handle *cfg,
149 struct GNUNET_TESTBED_Host
150 ***hosts);
151
152/**
135 * Destroy a host handle. Must only be called once everything 153 * Destroy a host handle. Must only be called once everything
136 * running on that host has been stopped. 154 * running on that host has been stopped.
137 * 155 *