aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability_constant.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_unreliability_constant.c')
-rw-r--r--src/transport/test_transport_api_unreliability_constant.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_unreliability_constant.c b/src/transport/test_transport_api_unreliability_constant.c
index c6062c96a..c8638cd23 100644
--- a/src/transport/test_transport_api_unreliability_constant.c
+++ b/src/transport/test_transport_api_unreliability_constant.c
@@ -217,7 +217,7 @@ get_size (unsigned int iter)
217static void 217static void
218notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 218notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
219 const struct GNUNET_MessageHeader *message, 219 const struct GNUNET_MessageHeader *message,
220 const struct GNUNET_TRANSPORT_ATS_Information *ats, 220 const struct GNUNET_ATS_Information *ats,
221 uint32_t ats_count) 221 uint32_t ats_count)
222{ 222{
223 static int n; 223 static int n;
@@ -373,7 +373,7 @@ notify_ready (void *cls, size_t size, void *buf)
373 373
374static void 374static void
375notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 375notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
376 const struct GNUNET_TRANSPORT_ATS_Information *ats, 376 const struct GNUNET_ATS_Information *ats,
377 uint32_t ats_count) 377 uint32_t ats_count)
378{ 378{
379 379