aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.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.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 1316efe25..774bdd540 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -151,8 +151,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
151 151
152static void 152static void
153notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 153notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
154 const struct GNUNET_MessageHeader *message, 154 const struct GNUNET_MessageHeader *message)
155 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
156{ 155{
157 struct PeerContext *p = cls; 156 struct PeerContext *p = cls;
158 struct PeerContext *t = NULL; 157 struct PeerContext *t = NULL;
@@ -246,8 +245,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
246 245
247 246
248static void 247static void
249notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 248notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
250 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
251{ 249{
252 static int c; 250 static int c;
253 251