aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small_unicast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_small_unicast.c')
-rw-r--r--src/mesh/test_mesh_small_unicast.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/test_mesh_small_unicast.c b/src/mesh/test_mesh_small_unicast.c
index 24db46d49..cc95a34e8 100644
--- a/src/mesh/test_mesh_small_unicast.c
+++ b/src/mesh/test_mesh_small_unicast.c
@@ -231,7 +231,7 @@ data_callback (void *cls,
231 void **tunnel_ctx, 231 void **tunnel_ctx,
232 const struct GNUNET_PeerIdentity *sender, 232 const struct GNUNET_PeerIdentity *sender,
233 const struct GNUNET_MessageHeader *message, 233 const struct GNUNET_MessageHeader *message,
234 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 234 const struct GNUNET_ATS_Information *atsi)
235{ 235{
236 long client = (long) cls; 236 long client = (long) cls;
237 237
@@ -293,7 +293,7 @@ static void *
293incoming_tunnel (void *cls, 293incoming_tunnel (void *cls,
294 struct GNUNET_MESH_Tunnel * tunnel, 294 struct GNUNET_MESH_Tunnel * tunnel,
295 const struct GNUNET_PeerIdentity * initiator, 295 const struct GNUNET_PeerIdentity * initiator,
296 const struct GNUNET_TRANSPORT_ATS_Information * atsi) 296 const struct GNUNET_ATS_Information * atsi)
297{ 297{
298 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 298 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
299 "test: Incoming tunnel from %s\n", 299 "test: Incoming tunnel from %s\n",
@@ -353,7 +353,7 @@ dh (void *cls, const struct GNUNET_PeerIdentity *peer)
353 */ 353 */
354static void 354static void
355ch (void *cls, const struct GNUNET_PeerIdentity *peer, 355ch (void *cls, const struct GNUNET_PeerIdentity *peer,
356 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 356 const struct GNUNET_ATS_Information *atsi)
357{ 357{
358 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 358 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
359 "test: peer %s connected\n", 359 "test: peer %s connected\n",