aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small_unicast_far.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/mesh/test_mesh_small_unicast_far.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
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",