aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_disconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_disconnect.c')
-rw-r--r--src/transport/test_transport_api_disconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_disconnect.c b/src/transport/test_transport_api_disconnect.c
index ad169df4c..e20ed8ee5 100644
--- a/src/transport/test_transport_api_disconnect.c
+++ b/src/transport/test_transport_api_disconnect.c
@@ -189,7 +189,7 @@ end_badly ()
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_TRANSPORT_ATS_Information *ats, 192 const struct GNUNET_ATS_Information *ats,
193 uint32_t ats_count) 193 uint32_t ats_count)
194{ 194{
195 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 195 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -233,7 +233,7 @@ notify_ready (void *cls, size_t size, void *buf)
233 233
234static void 234static void
235notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 235notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
236 const struct GNUNET_TRANSPORT_ATS_Information *ats, 236 const struct GNUNET_ATS_Information *ats,
237 uint32_t ats_count) 237 uint32_t ats_count)
238{ 238{
239 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n", 239 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n",