aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_disconnect.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_disconnect.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/transport/test_transport_api_disconnect.c')
-rw-r--r--src/transport/test_transport_api_disconnect.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_disconnect.c b/src/transport/test_transport_api_disconnect.c
index 7a26c7eae..30f952a8a 100644
--- a/src/transport/test_transport_api_disconnect.c
+++ b/src/transport/test_transport_api_disconnect.c
@@ -178,8 +178,7 @@ stop_peer (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
178 178
179static void 179static void
180notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 180notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
181 const struct GNUNET_MessageHeader *message, 181 const struct GNUNET_MessageHeader *message)
182 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
183{ 182{
184 struct PeerContext *p = cls; 183 struct PeerContext *p = cls;
185 struct PeerContext *t = NULL; 184 struct PeerContext *t = NULL;
@@ -266,8 +265,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
266 265
267 266
268static void 267static void
269notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 268notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
270 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
271{ 269{
272 static int c; 270 static int c;
273 271