aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_blacklisting.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_blacklisting.c')
-rw-r--r--src/transport/test_transport_api_blacklisting.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_blacklisting.c b/src/transport/test_transport_api_blacklisting.c
index 55adb5b10..7186d1b3f 100644
--- a/src/transport/test_transport_api_blacklisting.c
+++ b/src/transport/test_transport_api_blacklisting.c
@@ -179,8 +179,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
179 179
180static void 180static void
181notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 181notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
182 const struct GNUNET_MessageHeader *message, 182 const struct GNUNET_MessageHeader *message)
183 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
184{ 183{
185 struct PeerContext *p = cls; 184 struct PeerContext *p = cls;
186 struct PeerContext *t = NULL; 185 struct PeerContext *t = NULL;
@@ -275,8 +274,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
275} 274}
276 275
277static void 276static void
278notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 277notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
279 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
280{ 278{
281 static int c; 279 static int c;
282 280