aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_local.c')
-rw-r--r--src/mesh/test_mesh_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/test_mesh_local.c b/src/mesh/test_mesh_local.c
index 6b5b2159b..a51eb133d 100644
--- a/src/mesh/test_mesh_local.c
+++ b/src/mesh/test_mesh_local.c
@@ -153,7 +153,7 @@ inbound_tunnel (void *cls, struct GNUNET_MESH_Tunnel *tunnel,
153 * @param tunnel_ctx place where local state associated 153 * @param tunnel_ctx place where local state associated
154 * with the tunnel is stored 154 * with the tunnel is stored
155 */ 155 */
156static void 156static void
157inbound_end (void *cls, 157inbound_end (void *cls,
158 const struct GNUNET_MESH_Tunnel * tunnel, 158 const struct GNUNET_MESH_Tunnel * tunnel,
159 void *tunnel_ctx) 159 void *tunnel_ctx)
@@ -186,7 +186,7 @@ static void peer_conected (
186 186
187/** 187/**
188 * Method called whenever a peer has connected to the tunnel. 188 * Method called whenever a peer has connected to the tunnel.
189 * 189 *
190 * @param cls closure 190 * @param cls closure
191 * @param peer peer identity the tunnel was created to, NULL on timeout 191 * @param peer peer identity the tunnel was created to, NULL on timeout
192 * @param atsi performance data for the connection 192 * @param atsi performance data for the connection