aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport-connect-running-peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-transport-connect-running-peers.c')
-rw-r--r--src/transport/gnunet-transport-connect-running-peers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-transport-connect-running-peers.c b/src/transport/gnunet-transport-connect-running-peers.c
index 131961c23..a0e3b93a2 100644
--- a/src/transport/gnunet-transport-connect-running-peers.c
+++ b/src/transport/gnunet-transport-connect-running-peers.c
@@ -200,7 +200,7 @@ read:
200static void 200static void
201notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 201notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
202 const struct GNUNET_MessageHeader *message, 202 const struct GNUNET_MessageHeader *message,
203 const struct GNUNET_TRANSPORT_ATS_Information *ats, 203 const struct GNUNET_ATS_Information *ats,
204 uint32_t ats_count) 204 uint32_t ats_count)
205{ 205{
206 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 206 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -219,7 +219,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
219 219
220static void 220static void
221notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 221notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer,
222 const struct GNUNET_TRANSPORT_ATS_Information *ats, 222 const struct GNUNET_ATS_Information *ats,
223 uint32_t ats_count) 223 uint32_t ats_count)
224{ 224{
225 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n", 225 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n",