aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_blacklist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-05 08:18:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-05 08:18:52 +0000
commit6b0266fa3464b54f37ec1e1f2ac0725b318b0027 (patch)
tree5c9243cb0b8d59872c70ee28fdf7284b4b7b4f8f /src/transport/gnunet-service-transport_blacklist.c
parent857cb6a5341bc27cf1997fc48c2df173c4380fd2 (diff)
downloadgnunet-6b0266fa3464b54f37ec1e1f2ac0725b318b0027.tar.gz
gnunet-6b0266fa3464b54f37ec1e1f2ac0725b318b0027.zip
more client code
Diffstat (limited to 'src/transport/gnunet-service-transport_blacklist.c')
-rw-r--r--src/transport/gnunet-service-transport_blacklist.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_blacklist.c b/src/transport/gnunet-service-transport_blacklist.c
index aa4644d10..09aa43452 100644
--- a/src/transport/gnunet-service-transport_blacklist.c
+++ b/src/transport/gnunet-service-transport_blacklist.c
@@ -562,10 +562,14 @@ struct TestConnectionContext
562 * 562 *
563 * @param cls the 'struct TestConnectionContest' 563 * @param cls the 'struct TestConnectionContest'
564 * @param pid neighbour's identity 564 * @param pid neighbour's identity
565 * @param ats performance data
566 * @param ats_count number of entries in ats (excluding 0-termination)
565 */ 567 */
566static void 568static void
567test_connection_ok (void *cls, 569test_connection_ok (void *cls,
568 const struct GNUNET_PeerIdentity *neighbour) 570 const struct GNUNET_PeerIdentity *neighbour,
571 const struct GNUNET_TRANSPORT_ATS_Information *ats,
572 uint32_t ats_count)
569{ 573{
570 struct TestConnectionContext *tcc = cls; 574 struct TestConnectionContext *tcc = cls;
571 struct BlacklistCheck *bc; 575 struct BlacklistCheck *bc;