aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_timeout.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_timeout.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/transport/test_transport_api_timeout.c')
-rw-r--r--src/transport/test_transport_api_timeout.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_timeout.c b/src/transport/test_transport_api_timeout.c
index 264573937..607a2e123 100644
--- a/src/transport/test_transport_api_timeout.c
+++ b/src/transport/test_transport_api_timeout.c
@@ -147,8 +147,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
147 147
148static void 148static void
149notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 149notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
150 const struct GNUNET_MessageHeader *message, 150 const struct GNUNET_MessageHeader *message)
151 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
152{ 151{
153 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 152 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
154 "Received message of type %d from peer %s!\n", 153 "Received message of type %d from peer %s!\n",
@@ -156,8 +155,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
156} 155}
157 156
158static void 157static void
159notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 158notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
160 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
161{ 159{
162 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n", 160 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n",
163 GNUNET_i2s (peer), cls); 161 GNUNET_i2s (peer), cls);