From a2d9b4434076254811584a4a0ffa8881d0903db8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 Oct 2011 07:55:41 +0000 Subject: move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_ --- src/mesh/test_mesh_small_unicast_far.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesh/test_mesh_small_unicast_far.c') 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 * incoming_tunnel (void *cls, struct GNUNET_MESH_Tunnel * tunnel, const struct GNUNET_PeerIdentity * initiator, - const struct GNUNET_TRANSPORT_ATS_Information * atsi) + const struct GNUNET_ATS_Information * atsi) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: Incoming tunnel from %s\n", @@ -269,7 +269,7 @@ dh (void *cls, const struct GNUNET_PeerIdentity *peer) */ static void ch (void *cls, const struct GNUNET_PeerIdentity *peer, - const struct GNUNET_TRANSPORT_ATS_Information *atsi) + const struct GNUNET_ATS_Information *atsi) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: peer %s connected\n", -- cgit v1.2.3