aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing-log.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-03 08:56:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-03 08:56:56 +0000
commiteb8276f4974f4a09547954a4aa70b4a48c138648 (patch)
tree797c8838d1432b20adb720c73b7cd99b877a00bc /src/ats-tests/ats-testing-log.c
parentfe56554d28b2e277cde55f6146a54ce158340405 (diff)
downloadgnunet-eb8276f4974f4a09547954a4aa70b4a48c138648.tar.gz
gnunet-eb8276f4974f4a09547954a4aa70b4a48c138648.zip
documentation and random generator
Diffstat (limited to 'src/ats-tests/ats-testing-log.c')
-rw-r--r--src/ats-tests/ats-testing-log.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats-tests/ats-testing-log.c b/src/ats-tests/ats-testing-log.c
index 847f81492..01dc7148e 100644
--- a/src/ats-tests/ats-testing-log.c
+++ b/src/ats-tests/ats-testing-log.c
@@ -577,7 +577,7 @@ GNUNET_ATS_TEST_logging_write_to_file (struct LoggingHandle *l,
577/** 577/**
578 * Log all data now 578 * Log all data now
579 * 579 *
580 * @param llogging handle to use 580 * @param l logging handle to use
581 */ 581 */
582void 582void
583GNUNET_ATS_TEST_logging_now (struct LoggingHandle *l) 583GNUNET_ATS_TEST_logging_now (struct LoggingHandle *l)
@@ -799,12 +799,12 @@ GNUNET_ATS_TEST_logging_clean_up (struct LoggingHandle *l)
799 * @param log_frequency the logging frequency 799 * @param log_frequency the logging frequency
800 * @param testname the testname 800 * @param testname the testname
801 * @param masters the master peers used for benchmarking 801 * @param masters the master peers used for benchmarking
802 * @oaram num_master the number of master peers 802 * @param num_masters the number of master peers
803 * @return the logging handle or NULL on error 803 * @return the logging handle or NULL on error
804 */ 804 */
805struct LoggingHandle * 805struct LoggingHandle *
806GNUNET_ATS_TEST_logging_start (struct GNUNET_TIME_Relative log_frequency, 806GNUNET_ATS_TEST_logging_start(struct GNUNET_TIME_Relative log_frequency,
807 char * testname, struct BenchmarkPeer *masters, int num_masters) 807 char *testname, struct BenchmarkPeer *masters, int num_masters)
808{ 808{
809 struct LoggingHandle *l; 809 struct LoggingHandle *l;
810 int c_m; 810 int c_m;