aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_limited_sockets.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:08:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:08:37 +0000
commit569a28bc648b2d073361fea5dcea2fb3daf5bd57 (patch)
treefcd7501aab6293d31bc4e82b0f59f24834325ee1 /src/transport/test_transport_api_limited_sockets.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
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);