aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_reliability.c')
-rw-r--r--src/core/test_core_api_reliability.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 05cc25afa..1ae67b02b 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -225,7 +225,7 @@ transmit_ready (void *cls, size_t size, void *buf)
225 225
226static void 226static void
227connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer, 227connect_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
228 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 228 const struct GNUNET_ATS_Information *atsi)
229{ 229{
230 struct PeerContext *pc = cls; 230 struct PeerContext *pc = cls;
231 231
@@ -270,7 +270,7 @@ disconnect_notify (void *cls, const struct GNUNET_PeerIdentity *peer)
270static int 270static int
271inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 271inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
272 const struct GNUNET_MessageHeader *message, 272 const struct GNUNET_MessageHeader *message,
273 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 273 const struct GNUNET_ATS_Information *atsi)
274{ 274{
275#if VERBOSE 275#if VERBOSE
276 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 276 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -283,7 +283,7 @@ inbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
283static int 283static int
284outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other, 284outbound_notify (void *cls, const struct GNUNET_PeerIdentity *other,
285 const struct GNUNET_MessageHeader *message, 285 const struct GNUNET_MessageHeader *message,
286 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 286 const struct GNUNET_ATS_Information *atsi)
287{ 287{
288#if VERBOSE 288#if VERBOSE
289 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 289 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -300,7 +300,7 @@ transmit_ready (void *cls, size_t size, void *buf);
300static int 300static int
301process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 301process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
302 const struct GNUNET_MessageHeader *message, 302 const struct GNUNET_MessageHeader *message,
303 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 303 const struct GNUNET_ATS_Information *atsi)
304{ 304{
305 static int n; 305 static int n;
306 unsigned int s; 306 unsigned int s;