aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_limited_sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_limited_sockets.c')
-rw-r--r--src/transport/test_transport_api_limited_sockets.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_limited_sockets.c b/src/transport/test_transport_api_limited_sockets.c
index 69a510005..b7a230283 100644
--- a/src/transport/test_transport_api_limited_sockets.c
+++ b/src/transport/test_transport_api_limited_sockets.c
@@ -132,8 +132,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
132 132
133static void 133static void
134notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 134notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
135 const struct GNUNET_MessageHeader *message, 135 const struct GNUNET_MessageHeader *message)
136 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
137{ 136{
138 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 137 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
139 "Received message of type %d from peer %s!\n", 138 "Received message of type %d from peer %s!\n",
@@ -178,8 +177,7 @@ notify_ready (void *cls, size_t size, void *buf)
178 177
179 178
180static void 179static void
181notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 180notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
182 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
183{ 181{
184 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n", 182 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n",
185 GNUNET_i2s (peer), cls); 183 GNUNET_i2s (peer), cls);