aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_restart_2peers.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_restart_2peers.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/transport/test_transport_api_restart_2peers.c')
-rw-r--r--src/transport/test_transport_api_restart_2peers.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_restart_2peers.c b/src/transport/test_transport_api_restart_2peers.c
index 6e55f5734..7c1e03991 100644
--- a/src/transport/test_transport_api_restart_2peers.c
+++ b/src/transport/test_transport_api_restart_2peers.c
@@ -171,8 +171,7 @@ restart (struct PeerContext *p, char *cfg_file)
171 171
172static void 172static void
173notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 173notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
174 const struct GNUNET_MessageHeader *message, 174 const struct GNUNET_MessageHeader *message)
175 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
176{ 175{
177 struct PeerContext *p = cls; 176 struct PeerContext *p = cls;
178 struct PeerContext *t = NULL; 177 struct PeerContext *t = NULL;
@@ -278,8 +277,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
278 277
279 278
280static void 279static void
281notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 280notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
282 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
283{ 281{
284 static int c; 282 static int c;
285 283