gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26718 - in gnunet/src: consensus include mesh


From: gnunet
Subject: [GNUnet-SVN] r26718 - in gnunet/src: consensus include mesh
Date: Tue, 2 Apr 2013 12:30:13 +0200

Author: harsha
Date: 2013-04-02 12:30:13 +0200 (Tue, 02 Apr 2013)
New Revision: 26718

Modified:
   gnunet/src/consensus/gnunet-consensus-start-peers.c
   gnunet/src/consensus/gnunet-consensus.c
   gnunet/src/include/gnunet_protocols.h
   gnunet/src/mesh/mesh_test_lib.c
Log:
- doxygen


Modified: gnunet/src/consensus/gnunet-consensus-start-peers.c
===================================================================
--- gnunet/src/consensus/gnunet-consensus-start-peers.c 2013-04-02 10:25:27 UTC 
(rev 26717)
+++ gnunet/src/consensus/gnunet-consensus-start-peers.c 2013-04-02 10:30:13 UTC 
(rev 26718)
@@ -110,8 +110,8 @@
  *
  * @param cls closure
  * @param num_peers number of peers in 'peers'
- * @param peers handle to peers run in the testbed.  NULL upon timeout (see
- *          GNUNET_TESTBED_test_run()).
+ * @param started_peers handle to peers being run in the testbed.  NULL upon
+ *          timeout (see GNUNET_TESTBED_test_run()).
  * @param links_succeeded the number of overlay link connection attempts that
  *          succeeded
  * @param links_failed the number of overlay link connection attempts that

Modified: gnunet/src/consensus/gnunet-consensus.c
===================================================================
--- gnunet/src/consensus/gnunet-consensus.c     2013-04-02 10:25:27 UTC (rev 
26717)
+++ gnunet/src/consensus/gnunet-consensus.c     2013-04-02 10:30:13 UTC (rev 
26718)
@@ -281,7 +281,7 @@
  *
  * @param cls closure
  * @param num_peers number of peers in 'peers'
- * @param peers handle to peers run in the testbed.  NULL upon timeout (see
+ * @param started_peers handle to peers run in the testbed.  NULL upon timeout 
(see
  *          GNUNET_TESTBED_test_run()).
  * @param links_succeeded the number of overlay link connection attempts that
  *          succeeded

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-04-02 10:25:27 UTC (rev 
26717)
+++ gnunet/src/include/gnunet_protocols.h       2013-04-02 10:30:13 UTC (rev 
26718)
@@ -1630,11 +1630,6 @@
 #define GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS 483
 
 /**
- * The result of the shutdown peers operation
- */
-#define GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS_RESULT 484
-
-/**
  * Not really a message, but for careful checks on the testbed messages; Should
  * always be the maximum and never be used to send messages with this type
  */

Modified: gnunet/src/mesh/mesh_test_lib.c
===================================================================
--- gnunet/src/mesh/mesh_test_lib.c     2013-04-02 10:25:27 UTC (rev 26717)
+++ gnunet/src/mesh/mesh_test_lib.c     2013-04-02 10:30:13 UTC (rev 26718)
@@ -220,6 +220,10 @@
  * @param cls Closure (context).
  * @param num_peers Number of peers that are running.
  * @param peers Handles to each one of the @c num_peers peers.
+ * @param links_succeeded the number of overlay link connection attempts that
+ *          succeeded
+ * @param links_failed the number of overlay link connection attempts that
+ *          failed
  */
 static void
 mesh_test_run (void *cls,




reply via email to

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