aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small_unicast_far.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_small_unicast_far.c')
-rw-r--r--src/mesh/test_mesh_small_unicast_far.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/test_mesh_small_unicast_far.c b/src/mesh/test_mesh_small_unicast_far.c
index 8833ce287..d5a768f98 100644
--- a/src/mesh/test_mesh_small_unicast_far.c
+++ b/src/mesh/test_mesh_small_unicast_far.c
@@ -213,7 +213,7 @@ static void *
213incoming_tunnel (void *cls, 213incoming_tunnel (void *cls,
214 struct GNUNET_MESH_Tunnel * tunnel, 214 struct GNUNET_MESH_Tunnel * tunnel,
215 const struct GNUNET_PeerIdentity * initiator, 215 const struct GNUNET_PeerIdentity * initiator,
216 const struct GNUNET_TRANSPORT_ATS_Information * atsi) 216 const struct GNUNET_ATS_Information * atsi)
217{ 217{
218 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 218 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
219 "test: Incoming tunnel from %s\n", 219 "test: Incoming tunnel from %s\n",
@@ -269,7 +269,7 @@ dh (void *cls, const struct GNUNET_PeerIdentity *peer)
269 */ 269 */
270static void 270static void
271ch (void *cls, const struct GNUNET_PeerIdentity *peer, 271ch (void *cls, const struct GNUNET_PeerIdentity *peer,
272 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 272 const struct GNUNET_ATS_Information *atsi)
273{ 273{
274 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 274 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
275 "test: peer %s connected\n", 275 "test: peer %s connected\n",