gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31115 - gnunet/src/ats-tests
Date: Thu, 5 Dec 2013 23:01:44 +0100

Author: grothoff
Date: 2013-12-05 23:01:44 +0100 (Thu, 05 Dec 2013)
New Revision: 31115

Modified:
   gnunet/src/ats-tests/perf_ats.c
Log:
-use doxygen-style comments on membes

Modified: gnunet/src/ats-tests/perf_ats.c
===================================================================
--- gnunet/src/ats-tests/perf_ats.c     2013-12-05 22:01:12 UTC (rev 31114)
+++ gnunet/src/ats-tests/perf_ats.c     2013-12-05 22:01:44 UTC (rev 31115)
@@ -66,22 +66,33 @@
  */
 struct BenchmarkState
 {
-  /* Are we connected to ATS service of all peers: GNUNET_YES/NO */
+  /**
+   * Are we connected to ATS service of all peers: GNUNET_YES/NO
+   */
   int connected_ATS_service;
 
-  /* Are we connected to CORE service of all peers: GNUNET_YES/NO */
+  /**
+   * Are we connected to CORE service of all peers: GNUNET_YES/NO
+   */
   int connected_COMM_service;
 
-  /* Are we connected to all peers: GNUNET_YES/NO */
+  /**
+   * Are we connected to all peers: GNUNET_YES/NO
+   */
   int connected_PEERS;
 
-  /* Are we connected to all slave peers on CORE level: GNUNET_YES/NO */
+  /**
+   * Are we connected to all slave peers on CORE level: GNUNET_YES/NO
+   */
   int connected_CORE;
 
-  /* Are we connected to CORE service of all peers: GNUNET_YES/NO */
+  /**
+   * Are we connected to CORE service of all peers: GNUNET_YES/NO
+   */
   int benchmarking;
 };
 
+
 /**
  * Shutdown task
  */




reply via email to

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