fixed transport api
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 30 Nov 2010 13:29:18 +0000 (13:29 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 30 Nov 2010 13:29:18 +0000 (13:29 +0000)
src/hostlist/test_gnunet_daemon_hostlist.c

index 28a8ddfcff8bfeaca64dc4cf94ebed900fd6f89d..b3859f6c82622e9798a656dc18a75011a042a4d7 100644 (file)
@@ -97,8 +97,7 @@ timeout_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 static void
 notify_connect (void *cls,
                const struct GNUNET_PeerIdentity * peer,
-               struct GNUNET_TIME_Relative latency,
-               unsigned int distance)
+               const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
 {
   if (peer == NULL)
     return;