aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-02 10:30:13 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-02 10:30:13 +0000
commita59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e (patch)
tree6461d9d506c8e149fc55abc620665001f4fa32b4 /src/mesh
parent41d7bd8d2a4c54984366bd4493453f3f40a66624 (diff)
downloadgnunet-a59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e.tar.gz
gnunet-a59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e.zip
- doxygen
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,