aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index bef2d0ffe..2993a224d 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -188,8 +188,7 @@ get_size (unsigned int iter)
188 188
189static void 189static void
190notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 190notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
191 const struct GNUNET_MessageHeader *message, 191 const struct GNUNET_MessageHeader *message)
192 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
193{ 192{
194 static int n; 193 static int n;
195 unsigned int s; 194 unsigned int s;
@@ -346,8 +345,7 @@ notify_ready (void *cls, size_t size, void *buf)
346 345
347 346
348static void 347static void
349notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 348notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
350 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
351{ 349{
352 350
353 struct PeerContext *p = cls; 351 struct PeerContext *p = cls;