aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability_constant.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_unreliability_constant.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/transport/test_transport_api_unreliability_constant.c')
-rw-r--r--src/transport/test_transport_api_unreliability_constant.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_unreliability_constant.c b/src/transport/test_transport_api_unreliability_constant.c
index cb24675c1..e5c244081 100644
--- a/src/transport/test_transport_api_unreliability_constant.c
+++ b/src/transport/test_transport_api_unreliability_constant.c
@@ -206,8 +206,7 @@ get_size (unsigned int iter)
206 206
207static void 207static void
208notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 208notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
209 const struct GNUNET_MessageHeader *message, 209 const struct GNUNET_MessageHeader *message)
210 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
211{ 210{
212 static int n; 211 static int n;
213 212
@@ -360,8 +359,7 @@ notify_ready (void *cls, size_t size, void *buf)
360 359
361 360
362static void 361static void
363notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 362notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
364 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
365{ 363{
366 364
367 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n", 365 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%4s' connected to us (%p)!\n",