aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_unreliability.c')
-rw-r--r--src/transport/test_transport_api_unreliability.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index 7a08d590d..a59b6c1d3 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -269,7 +269,7 @@ get_bit (const char *map, unsigned int bit)
269static void 269static void
270notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 270notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
271 const struct GNUNET_MessageHeader *message, 271 const struct GNUNET_MessageHeader *message,
272 const struct GNUNET_TRANSPORT_ATS_Information *ats, 272 const struct GNUNET_ATS_Information *ats,
273 uint32_t ats_count) 273 uint32_t ats_count)
274{ 274{
275 static int n; 275 static int n;
@@ -413,7 +413,7 @@ notify_ready (void *cls, size_t size, void *buf)
413 413
414static void 414static void
415notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 415notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
416 const struct GNUNET_TRANSPORT_ATS_Information *ats, 416 const struct GNUNET_ATS_Information *ats,
417 uint32_t ats_count) 417 uint32_t ats_count)
418{ 418{
419 419