aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_test_lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesh/mesh_test_lib.c b/src/mesh/mesh_test_lib.c
index a40281a9f..7c4d884a6 100644
--- a/src/mesh/mesh_test_lib.c
+++ b/src/mesh/mesh_test_lib.c
@@ -220,6 +220,10 @@ GNUNET_MESH_TEST_cleanup (struct GNUNET_MESH_TEST_Context *ctx)
220 * @param cls Closure (context). 220 * @param cls Closure (context).
221 * @param num_peers Number of peers that are running. 221 * @param num_peers Number of peers that are running.
222 * @param peers Handles to each one of the @c num_peers peers. 222 * @param peers Handles to each one of the @c num_peers peers.
223 * @param links_succeeded the number of overlay link connection attempts that
224 * succeeded
225 * @param links_failed the number of overlay link connection attempts that
226 * failed
223 */ 227 */
224static void 228static void
225mesh_test_run (void *cls, 229mesh_test_run (void *cls,