aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-01-02 09:30:42 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-01-02 09:30:42 +0000
commit12125a5027fffe8fccf873b46c08f2c8cb1b96c6 (patch)
tree86c135671af5c9701674bc6f67a953969272d637 /src/include/gnunet_testbed_service.h
parent01e21ba6afe2d16ba45b5a73f2777152fd27ffc3 (diff)
downloadgnunet-12125a5027fffe8fccf873b46c08f2c8cb1b96c6.tar.gz
gnunet-12125a5027fffe8fccf873b46c08f2c8cb1b96c6.zip
- doxygen
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,