aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-28 09:01:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-28 09:01:26 +0000
commite213ad83a60ca87db9fac2909db409645d39ce83 (patch)
tree62fc62dbbe4e6eac14774ea29be2895974cd1d53
parente01a1ee8da949396f01b24e91f64272c894e19bb (diff)
downloadgnunet-e213ad83a60ca87db9fac2909db409645d39ce83.tar.gz
gnunet-e213ad83a60ca87db9fac2909db409645d39ce83.zip
doxygen fixes
-rw-r--r--src/ats-tests/ats-testing.c1
-rw-r--r--src/ats-tests/ats-testing.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index 08a61367b..fea04f41b 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -740,6 +740,7 @@ peerinformation_cb (void *cb_cls, struct GNUNET_TESTBED_Operation *op,
740 * Signature of a main function for a testcase. 740 * Signature of a main function for a testcase.
741 * 741 *
742 * @param cls closure 742 * @param cls closure
743 * @param h testbed handle
743 * @param num_peers number of peers in 'peers' 744 * @param num_peers number of peers in 'peers'
744 * @param peers_ handle to peers run in the testbed 745 * @param peers_ handle to peers run in the testbed
745 * @param links_succeeded the number of overlay link connection attempts that 746 * @param links_succeeded the number of overlay link connection attempts that
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index 705ea6605..8a59fb3f8 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -476,7 +476,7 @@ GNUNET_ATS_TEST_generate_traffic_stop_all ();
476 * @param log_frequency the logging frequency 476 * @param log_frequency the logging frequency
477 * @param testname the testname 477 * @param testname the testname
478 * @param masters the master peers used for benchmarking 478 * @param masters the master peers used for benchmarking
479 * @oaram num_master the number of master peers 479 * @param num_master the number of master peers
480 * @return the logging handle or NULL on error 480 * @return the logging handle or NULL on error
481 */ 481 */
482struct LoggingHandle * 482struct LoggingHandle *