aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-31 09:15:05 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-31 09:15:05 +0000
commitf2ac1a162054f0f7646b35d3a03d623c58a24c20 (patch)
tree55b60da9bd2080693e6ac4d138bfc7c491fec645 /src/include/gnunet_testbed_service.h
parent0a0036407218d7f9588d2b6b796b2a6f779bf700 (diff)
downloadgnunet-f2ac1a162054f0f7646b35d3a03d623c58a24c20.tar.gz
gnunet-f2ac1a162054f0f7646b35d3a03d623c58a24c20.zip
locate helpers in libexec
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index c2c6812f4..d9aa6dd4a 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -136,11 +136,13 @@ GNUNET_TESTBED_host_destroy (struct GNUNET_TESTBED_Host *host);
136 * Checks whether a host can be used to start testbed service 136 * Checks whether a host can be used to start testbed service
137 * 137 *
138 * @param host the host to check 138 * @param host the host to check
139 * @param config the configuration handle to lookup the path of the testbed helper
139 * @return GNUNET_YES if testbed service can be started on the given host 140 * @return GNUNET_YES if testbed service can be started on the given host
140 * remotely; GNUNET_NO if not 141 * remotely; GNUNET_NO if not
141 */ 142 */
142int 143int
143GNUNET_TESTBED_is_host_habitable (const struct GNUNET_TESTBED_Host *host); 144GNUNET_TESTBED_is_host_habitable (const struct GNUNET_TESTBED_Host *host,
145 const struct GNUNET_CONFIGURATION_Handle *config);
144 146
145 147
146/** 148/**