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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 8e5e9a47c..ada7d0988 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -172,7 +172,7 @@ GNUNET_TESTBED_is_host_habitable (const struct GNUNET_TESTBED_Host *host,
172/** 172/**
173 * Function to cancel a request started using GNUNET_TESTBED_is_host_habitable() 173 * Function to cancel a request started using GNUNET_TESTBED_is_host_habitable()
174 * 174 *
175 * @param struct handle the habitability check handle 175 * @param handle the habitability check handle
176 */ 176 */
177void 177void
178GNUNET_TESTBED_is_host_habitable_cancel (struct 178GNUNET_TESTBED_is_host_habitable_cancel (struct
@@ -1378,7 +1378,7 @@ GNUNET_TESTBED_run (const char *host_filename,
1378 * @param cc_cls closure for cc 1378 * @param cc_cls closure for cc
1379 * @param test_master this callback will be called once the test is ready 1379 * @param test_master this callback will be called once the test is ready
1380 * @param test_master_cls closure for 'test_master'. 1380 * @param test_master_cls closure for 'test_master'.
1381 * @param GNUNET_SYSERR on error, GNUNET_OK on success 1381 * @return GNUNET_SYSERR on error, GNUNET_OK on success
1382 */ 1382 */
1383int 1383int
1384GNUNET_TESTBED_test_run (const char *testname, 1384GNUNET_TESTBED_test_run (const char *testname,