- doxygen
authorSree Harsha Totakura <totakura@in.tum.de>
Tue, 2 Apr 2013 10:30:13 +0000 (10:30 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Tue, 2 Apr 2013 10:30:13 +0000 (10:30 +0000)
src/consensus/gnunet-consensus-start-peers.c
src/consensus/gnunet-consensus.c
src/include/gnunet_protocols.h
src/mesh/mesh_test_lib.c

index ad88b0f083ec1e420192be506b9e0e45eabf2ab2..05ba05691fa266a80e70dc2cec5f7b3ba8e3bfb6 100644 (file)
@@ -110,8 +110,8 @@ controller_cb(void *cls,
  *
  * @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
index 2524a20caab7226597f1c29a06936a6d37014f49..9e9b89446f29dce2bd7528a8fe93ad50ffb60009 100644 (file)
@@ -281,7 +281,7 @@ peer_info_cb (void *cb_cls,
  *
  * @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
index 5c7357d131511eebac3c407dfd483c1f4829a221..0293c1c90a58c4147da0c53b97ea37b9c3650a29 100644 (file)
@@ -1629,11 +1629,6 @@ extern "C"
  */
 #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
index a40281a9f7c136425d6c4c86b27941d3a093b8ea..7c4d884a66377f7f0561aafed4de6379a1d6a14a 100644 (file)
@@ -220,6 +220,10 @@ GNUNET_MESH_TEST_cleanup (struct GNUNET_MESH_TEST_Context *ctx)
  * @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,