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 063d1d3bb..e67399f71 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -185,8 +185,7 @@ static void
185notify_receive (void *cls, 185notify_receive (void *cls,
186 const struct GNUNET_PeerIdentity *peer, 186 const struct GNUNET_PeerIdentity *peer,
187 const struct GNUNET_MessageHeader *message, 187 const struct GNUNET_MessageHeader *message,
188 struct GNUNET_TIME_Relative latency, 188 const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
189 uint32_t distance)
190{ 189{
191 static int n; 190 static int n;
192 unsigned int s; 191 unsigned int s;
@@ -324,8 +323,7 @@ notify_ready (void *cls, size_t size, void *buf)
324static void 323static void
325notify_connect (void *cls, 324notify_connect (void *cls,
326 const struct GNUNET_PeerIdentity *peer, 325 const struct GNUNET_PeerIdentity *peer,
327 struct GNUNET_TIME_Relative latency, 326 const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
328 uint32_t distance)
329{ 327{
330 if (cls == &p1) 328 if (cls == &p1)
331 { 329 {