aboutsummaryrefslogtreecommitdiff
path: root/doc/testbed_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/testbed_test.c')
-rw-r--r--doc/testbed_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/testbed_test.c b/doc/testbed_test.c
index b1102ef92..c34d064b0 100644
--- a/doc/testbed_test.c
+++ b/doc/testbed_test.c
@@ -111,6 +111,7 @@ dht_ca (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg)
111 * Dual of 'dht_ca' to perform the 'disconnect'/cleanup operation 111 * Dual of 'dht_ca' to perform the 'disconnect'/cleanup operation
112 * once we no longer need to access this subsystem. 112 * once we no longer need to access this subsystem.
113 * 113 *
114 * @param cls closure
114 * @param op_result whatever we returned from 'dht_ca' 115 * @param op_result whatever we returned from 'dht_ca'
115 */ 116 */
116static void 117static void
@@ -130,6 +131,7 @@ dht_da (void *cls, void *op_result)
130 * just to the DHT service of peer 0. 131 * just to the DHT service of peer 0.
131 * 132 *
132 * @param cls closure 133 * @param cls closure
134 * @param peers started peers for the test
133 * @param num_peers size of the 'peers' array 135 * @param num_peers size of the 'peers' array
134 * @param links_succeeded number of links between peers that were created 136 * @param links_succeeded number of links between peers that were created
135 * @param links_failed number of links testbed was unable to establish 137 * @param links_failed number of links testbed was unable to establish
@@ -137,7 +139,7 @@ dht_da (void *cls, void *op_result)
137static void 139static void
138test_master (void *cls, unsigned int num_peers, 140test_master (void *cls, unsigned int num_peers,
139 struct GNUNET_TESTBED_Peer **peers, 141 struct GNUNET_TESTBED_Peer **peers,
140 unsigned int links_succeeeded, 142 unsigned int links_succeeded,
141 unsigned int links_failed) 143 unsigned int links_failed)
142{ 144{
143 /* Testbed is ready with peers running and connected in a pre-defined overlay 145 /* Testbed is ready with peers running and connected in a pre-defined overlay