aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 8e4a40efc..f73fea237 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -234,7 +234,7 @@ get_size ()
234static void 234static void
235notify_receive_new (void *cls, const struct GNUNET_PeerIdentity *peer, 235notify_receive_new (void *cls, const struct GNUNET_PeerIdentity *peer,
236 const struct GNUNET_MessageHeader *message, 236 const struct GNUNET_MessageHeader *message,
237 const struct GNUNET_TRANSPORT_ATS_Information *ats, 237 const struct GNUNET_ATS_Information *ats,
238 uint32_t ats_count) 238 uint32_t ats_count)
239{ 239{
240 const struct TestMessage *hdr; 240 const struct TestMessage *hdr;
@@ -576,7 +576,7 @@ exchange_hello (void *cls, const struct GNUNET_MessageHeader *message)
576 576
577static void 577static void
578notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 578notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
579 const struct GNUNET_TRANSPORT_ATS_Information *ats, 579 const struct GNUNET_ATS_Information *ats,
580 uint32_t ats_count) 580 uint32_t ats_count)
581{ 581{
582 connected++; 582 connected++;