aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index e3b760624..3f619f49a 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -358,7 +358,7 @@ transmit_ready (void *cls, size_t size, void *buf)
358 358
359static void 359static void
360connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 360connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
361 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 361 const struct GNUNET_ATS_Information *atsi)
362{ 362{
363 struct PeerContext *pc = cls; 363 struct PeerContext *pc = cls;
364 364
@@ -418,7 +418,7 @@ disconnect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
418static int 418static int
419inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 419inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
420 const struct GNUNET_MessageHeader *message, 420 const struct GNUNET_MessageHeader *message,
421 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 421 const struct GNUNET_ATS_Information *atsi)
422{ 422{
423#if DEBUG_TRANSMISSION 423#if DEBUG_TRANSMISSION
424 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 424 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -433,7 +433,7 @@ inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
433static int 433static int
434outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 434outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
435 const struct GNUNET_MessageHeader *message, 435 const struct GNUNET_MessageHeader *message,
436 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 436 const struct GNUNET_ATS_Information *atsi)
437{ 437{
438#if DEBUG_TRANSMISSION 438#if DEBUG_TRANSMISSION
439 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 439 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -450,7 +450,7 @@ transmit_ready (void *cls, size_t size, void *buf);
450static int 450static int
451process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 451process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
452 const struct GNUNET_MessageHeader *message, 452 const struct GNUNET_MessageHeader *message,
453 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 453 const struct GNUNET_ATS_Information *atsi)
454{ 454{
455 static int n; 455 static int n;
456 const struct TestMessage *hdr; 456 const struct TestMessage *hdr;