From: Matthias Wachs Date: Tue, 30 Nov 2010 12:33:06 +0000 (+0000) Subject: added transport api changes to core X-Git-Tag: initial-import-from-subversion-38251~19594 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=168c952fd7797655d295931b8c9dec508ad2d3c7;p=oweals%2Fgnunet.git added transport api changes to core --- 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;