aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-27 09:42:40 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-27 09:42:40 +0000
commit07db1325c2fd7a2d5365ad9f9fa200b6f05dc17b (patch)
tree597f1e2886f2fb64f87f9590531c300fdb9d829f /src/ats-tests/ats-testing.h
parent1f3cc317af5f581e9d4869227b2205d797c87e55 (diff)
downloadgnunet-07db1325c2fd7a2d5365ad9f9fa200b6f05dc17b.tar.gz
gnunet-07db1325c2fd7a2d5365ad9f9fa200b6f05dc17b.zip
fixes for doxygen
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index a2937d51d..705ea6605 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -472,6 +472,12 @@ GNUNET_ATS_TEST_generate_traffic_stop_all ();
472 472
473/** 473/**
474 * Start logging 474 * Start logging
475 *
476 * @param log_frequency the logging frequency
477 * @param testname the testname
478 * @param masters the master peers used for benchmarking
479 * @oaram num_master the number of master peers
480 * @return the logging handle or NULL on error
475 */ 481 */
476struct LoggingHandle * 482struct LoggingHandle *
477GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency, 483GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency,
@@ -479,9 +485,11 @@ GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency,
479 485
480/** 486/**
481 * Stop logging 487 * Stop logging
488 *
489 * @param l the logging handle
482 */ 490 */
483void 491void
484GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *); 492GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *l);
485 493
486/** 494/**
487 * Log all data now 495 * Log all data now