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/transport/test_transport_api_reliability.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/test_transport_api_reliability.c') diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c index 6ccb7c8d7..e4b635905 100644 --- a/src/transport/test_transport_api_reliability.c +++ b/src/transport/test_transport_api_reliability.c @@ -201,7 +201,7 @@ get_size (unsigned int iter) static void notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_MessageHeader *message, - const struct GNUNET_TRANSPORT_ATS_Information *ats, + const struct GNUNET_ATS_Information *ats, uint32_t ats_count) { static int n; @@ -356,7 +356,7 @@ notify_ready (void *cls, size_t size, void *buf) static void notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, - const struct GNUNET_TRANSPORT_ATS_Information *ats, + const struct GNUNET_ATS_Information *ats, uint32_t ats_count) { -- cgit v1.2.3