aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c4
1 files changed, 2 insertions, 2 deletions
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)
201static void 201static void
202notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 202notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
203 const struct GNUNET_MessageHeader *message, 203 const struct GNUNET_MessageHeader *message,
204 const struct GNUNET_TRANSPORT_ATS_Information *ats, 204 const struct GNUNET_ATS_Information *ats,
205 uint32_t ats_count) 205 uint32_t ats_count)
206{ 206{
207 static int n; 207 static int n;
@@ -356,7 +356,7 @@ notify_ready (void *cls, size_t size, void *buf)
356 356
357static void 357static void
358notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 358notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
359 const struct GNUNET_TRANSPORT_ATS_Information *ats, 359 const struct GNUNET_ATS_Information *ats,
360 uint32_t ats_count) 360 uint32_t ats_count)
361{ 361{
362 362