aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_restart_1peer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_restart_1peer.c')
-rw-r--r--src/transport/test_transport_api_restart_1peer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_restart_1peer.c b/src/transport/test_transport_api_restart_1peer.c
index 9927946de..8472e29c0 100644
--- a/src/transport/test_transport_api_restart_1peer.c
+++ b/src/transport/test_transport_api_restart_1peer.c
@@ -174,8 +174,7 @@ restart (struct PeerContext *p, char *cfg_file)
174 174
175static void 175static void
176notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 176notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
177 const struct GNUNET_MessageHeader *message, 177 const struct GNUNET_MessageHeader *message)
178 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
179{ 178{
180 struct PeerContext *p = cls; 179 struct PeerContext *p = cls;
181 struct PeerContext *t = NULL; 180 struct PeerContext *t = NULL;
@@ -281,8 +280,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
281 280
282 281
283static void 282static void
284notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 283notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
285 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
286{ 284{
287 static int c; 285 static int c;
288 286