aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.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/transport/transport-testing.c
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 2e0ca1e55..66844de31 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -86,7 +86,7 @@ find_connecting_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
86 86
87static void 87static void
88notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 88notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
89 const struct GNUNET_TRANSPORT_ATS_Information *ats, 89 const struct GNUNET_ATS_Information *ats,
90 uint32_t ats_count) 90 uint32_t ats_count)
91{ 91{
92 struct PeerContext *p = cls; 92 struct PeerContext *p = cls;
@@ -159,7 +159,7 @@ notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
159static void 159static void
160notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 160notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
161 const struct GNUNET_MessageHeader *message, 161 const struct GNUNET_MessageHeader *message,
162 const struct GNUNET_TRANSPORT_ATS_Information *ats, 162 const struct GNUNET_ATS_Information *ats,
163 uint32_t ats_count) 163 uint32_t ats_count)
164{ 164{
165 struct PeerContext *p = cls; 165 struct PeerContext *p = cls;