From 168c952fd7797655d295931b8c9dec508ad2d3c7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 30 Nov 2010 12:33:06 +0000 Subject: [PATCH] added transport api changes to core --- src/core/gnunet-service-core.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index 27f7a7d1c..1576eac01 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -3887,8 +3887,7 @@ static void handle_transport_receive (void *cls, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_MessageHeader *message, - struct GNUNET_TIME_Relative latency, - unsigned int distance) + const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count) { struct Neighbour *n; struct GNUNET_TIME_Absolute now; @@ -4132,8 +4131,7 @@ neighbour_quota_update (void *cls, static void handle_transport_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) { struct Neighbour *n; -- 2.25.1