gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32040 - gnunet/src/ats-tests


From: gnunet
Subject: [GNUnet-SVN] r32040 - gnunet/src/ats-tests
Date: Mon, 27 Jan 2014 10:42:41 +0100

Author: wachs
Date: 2014-01-27 10:42:40 +0100 (Mon, 27 Jan 2014)
New Revision: 32040

Modified:
   gnunet/src/ats-tests/ats-testing-log.c
   gnunet/src/ats-tests/ats-testing.h
   gnunet/src/ats-tests/gnunet-ats-sim.c
Log:
fixes for doxygen


Modified: gnunet/src/ats-tests/ats-testing-log.c
===================================================================
--- gnunet/src/ats-tests/ats-testing-log.c      2014-01-27 09:21:47 UTC (rev 
32039)
+++ gnunet/src/ats-tests/ats-testing-log.c      2014-01-27 09:42:40 UTC (rev 
32040)
@@ -656,7 +656,11 @@
       &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_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)

Modified: gnunet/src/ats-tests/ats-testing.h
===================================================================
--- gnunet/src/ats-tests/ats-testing.h  2014-01-27 09:21:47 UTC (rev 32039)
+++ gnunet/src/ats-tests/ats-testing.h  2014-01-27 09:42:40 UTC (rev 32040)
@@ -472,6 +472,12 @@
 
 /**
  * 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,
@@ -479,9 +485,11 @@
 
 /**
  * Stop logging
+ *
+ * @param l the logging handle
  */
 void
-GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *);
+GNUNET_ATS_TEST_logging_stop (struct LoggingHandle *l);
 
 /**
  * Log all data now

Modified: gnunet/src/ats-tests/gnunet-ats-sim.c
===================================================================
--- gnunet/src/ats-tests/gnunet-ats-sim.c       2014-01-27 09:21:47 UTC (rev 
32039)
+++ gnunet/src/ats-tests/gnunet-ats-sim.c       2014-01-27 09:42:40 UTC (rev 
32040)
@@ -18,7 +18,7 @@
  Boston, MA 02111-1307, USA.
  */
 /**
- * @file ats-test/gnunet-ats-sim.c
+ * @file ats-tests/gnunet-ats-sim.c
  * @brief ats traffic simulator: this tool uses the ats-test library to setup a
  * topology and generate traffic between these peers. The traffic description
  * is loaded from a experiment description file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]