From daf67b4f110e259ef9f4c6a106358b27cea27ab9 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 30 Nov 2010 13:29:18 +0000 Subject: [PATCH] fixed transport api --- src/hostlist/test_gnunet_daemon_hostlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c index 28a8ddfcf..b3859f6c8 100644 --- a/src/hostlist/test_gnunet_daemon_hostlist.c +++ b/src/hostlist/test_gnunet_daemon_hostlist.c @@ -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; -- 2.25.1