aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_large_topology.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/testing/test_testing_large_topology.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/testing/test_testing_large_topology.c')
-rw-r--r--src/testing/test_testing_large_topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_large_topology.c b/src/testing/test_testing_large_topology.c
index 33a9eb787..78d91fa3d 100644
--- a/src/testing/test_testing_large_topology.c
+++ b/src/testing/test_testing_large_topology.c
@@ -309,7 +309,7 @@ topology_cb (void *cls, const struct GNUNET_PeerIdentity *first,
309static int 309static int
310process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 310process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
311 const struct GNUNET_MessageHeader *message, 311 const struct GNUNET_MessageHeader *message,
312 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 312 const struct GNUNET_ATS_Information *atsi)
313{ 313{
314 char *dotOutFileNameFinished; 314 char *dotOutFileNameFinished;
315 FILE *dotOutFileFinished; 315 FILE *dotOutFileFinished;
@@ -501,7 +501,7 @@ init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
501 */ 501 */
502static void 502static void
503connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer, 503connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer,
504 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 504 const struct GNUNET_ATS_Information *atsi)
505{ 505{
506 struct TestMessageContext *pos = cls; 506 struct TestMessageContext *pos = cls;
507 507