aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index e429ad7a7..488471e7a 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -140,8 +140,7 @@ static void
140notify_receive (void *cls, 140notify_receive (void *cls,
141 const struct GNUNET_PeerIdentity *peer, 141 const struct GNUNET_PeerIdentity *peer,
142 const struct GNUNET_MessageHeader *message, 142 const struct GNUNET_MessageHeader *message,
143 struct GNUNET_TIME_Relative latency, 143 const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
144 uint32_t distance)
145{ 144{
146 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ok is (%d)!\n", 145 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "ok is (%d)!\n",
147 ok); 146 ok);
@@ -186,8 +185,7 @@ notify_ready (void *cls, size_t size, void *buf)
186static void 185static void
187notify_connect (void *cls, 186notify_connect (void *cls,
188 const struct GNUNET_PeerIdentity *peer, 187 const struct GNUNET_PeerIdentity *peer,
189 struct GNUNET_TIME_Relative latency, 188 const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
190 uint32_t distance)
191{ 189{
192 if (cls == &p1) 190 if (cls == &p1)
193 { 191 {