aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-18 11:37:43 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-18 11:37:43 +0000
commitb29cf59e12a0aa522b218a22353f37eeb736f2ee (patch)
treeafa08b2039a9e8ec557a5c792a3e8a78a60f2574 /src
parent1ef7f26b7579ae2a6256751a3f5ebfbf60afbb2f (diff)
downloadgnunet-b29cf59e12a0aa522b218a22353f37eeb736f2ee.tar.gz
gnunet-b29cf59e12a0aa522b218a22353f37eeb736f2ee.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_test_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_test_lib.h b/src/mesh/mesh_test_lib.h
index 5732338f7..19625d2ab 100644
--- a/src/mesh/mesh_test_lib.h
+++ b/src/mesh/mesh_test_lib.h
@@ -68,7 +68,7 @@ typedef void (*GNUNET_MESH_TEST_AppMain) (void *cls,
68 * @param num_peers Number of peers to start. 68 * @param num_peers Number of peers to start.
69 * @param tmain Main function to run once the testbed is ready. 69 * @param tmain Main function to run once the testbed is ready.
70 * @param tmain_cls Closure for 'tmain'. 70 * @param tmain_cls Closure for 'tmain'.
71 * @param new_tunnel Handler for incoming tunnels. 71 * @param new_channel Handler for incoming tunnels.
72 * @param cleaner Cleaner for destroyed incoming tunnels. 72 * @param cleaner Cleaner for destroyed incoming tunnels.
73 * @param handlers Message handlers. 73 * @param handlers Message handlers.
74 * @param ports Ports the peers offer. 74 * @param ports Ports the peers offer.