aboutsummaryrefslogtreecommitdiff
path: root/src/include
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
parent01e21ba6afe2d16ba45b5a73f2777152fd27ffc3 (diff)
downloadgnunet-12125a5027fffe8fccf873b46c08f2c8cb1b96c6.tar.gz
gnunet-12125a5027fffe8fccf873b46c08f2c8cb1b96c6.zip
- doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testbed_service.h4
-rw-r--r--src/include/gnunet_testing_lib.h3
2 files changed, 2 insertions, 5 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,
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index c34166b2e..04a3e9942 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -95,9 +95,6 @@ GNUNET_TESTING_system_create (const char *testdir,
95 * service configurations generated to allow control connections from 95 * service configurations generated to allow control connections from
96 * this ip. This can either be a single ip address or a network address 96 * this ip. This can either be a single ip address or a network address
97 * in CIDR notation. 97 * in CIDR notation.
98 * @param controller hostname of the controlling host,
99 * service configurations are modified to allow
100 * control connections from this host; can be NULL
101 * @param hostname the hostname of the system we are using for testing; NULL for 98 * @param hostname the hostname of the system we are using for testing; NULL for
102 * localhost 99 * localhost
103 * @param lowport lowest port number this system is allowed to allocate (inclusive) 100 * @param lowport lowest port number this system is allowed to allocate (inclusive)