stuff
[oweals/gnunet.git] / src / transport / gnunet-service-transport_blacklist.c
index aa4644d105b033e26ae93f408b942896c1a88efd..09aa43452088287617629a3d2e5fd781d172e8d1 100644 (file)
@@ -562,10 +562,14 @@ struct TestConnectionContext
  *
  * @param cls the 'struct TestConnectionContest'
  * @param pid neighbour's identity
+ * @param ats performance data
+ * @param ats_count number of entries in ats (excluding 0-termination)
  */
 static void
 test_connection_ok (void *cls,
-                   const struct GNUNET_PeerIdentity *neighbour)
+                   const struct GNUNET_PeerIdentity *neighbour,
+                   const struct GNUNET_TRANSPORT_ATS_Information *ats,
+                   uint32_t ats_count)
 {
   struct TestConnectionContext *tcc = cls;
   struct BlacklistCheck *bc;