From 07db1325c2fd7a2d5365ad9f9fa200b6f05dc17b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 27 Jan 2014 09:42:40 +0000 Subject: fixes for doxygen --- src/ats-tests/ats-testing-log.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src/ats-tests/ats-testing-log.c') diff --git a/src/ats-tests/ats-testing-log.c b/src/ats-tests/ats-testing-log.c index 2e3a89e5a..ffd55c88e 100644 --- a/src/ats-tests/ats-testing-log.c +++ b/src/ats-tests/ats-testing-log.c @@ -656,7 +656,11 @@ collect_log_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) &collect_log_task, l); } - +/** + * Stop logging + * + * @param l the logging handle + */ void GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *l) { @@ -691,6 +695,16 @@ GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *l) GNUNET_free (l); } + +/** + * Start logging + * + * @param log_frequency the logging frequency + * @param testname the testname + * @param masters the master peers used for benchmarking + * @oaram num_master the number of master peers + * @return the logging handle or NULL on error + */ struct LoggingHandle * GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency, char * testname, struct BenchmarkPeer *masters, int num_masters) -- cgit v1.2.3