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.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index 3658198bd..afc26cef7 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -284,8 +284,7 @@ get_bit (const char *map, unsigned int bit)
284 284
285static void 285static void
286notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 286notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
287 const struct GNUNET_MessageHeader *message, 287 const struct GNUNET_MessageHeader *message)
288 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
289{ 288{
290 static int n; 289 static int n;
291 290
@@ -434,8 +433,7 @@ notify_ready (void *cls, size_t size, void *buf)
434 433
435 434
436static void 435static void
437notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 436notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
438 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
439{ 437{
440 438
441 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n", 439 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n",