From b0825e081a6818afb08473a3a6b351ad3ea7eaa5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 Apr 2013 07:43:11 +0000 Subject: [PATCH] -new core API doesn't expose ATS anymore, likely mesh2 should not either --- src/include/gnunet_mesh2_service.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/include/gnunet_mesh2_service.h b/src/include/gnunet_mesh2_service.h index b4631a8ab..cabd8b69b 100644 --- a/src/include/gnunet_mesh2_service.h +++ b/src/include/gnunet_mesh2_service.h @@ -64,7 +64,6 @@ struct GNUNET_MESH_Tunnel; * @param tunnel_ctx place to store local state associated with the tunnel * @param sender who sent the message * @param message the actual message - * @param atsi performance data for the connection * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) */ @@ -74,9 +73,7 @@ typedef int (*GNUNET_MESH_MessageCallback) (void *cls, const struct GNUNET_PeerIdentity * sender, const struct GNUNET_MessageHeader * - message, - const struct GNUNET_ATS_Information - * atsi); + message); /** @@ -126,10 +123,7 @@ typedef void *(GNUNET_MESH_InboundTunnelNotificationHandler) (void *cls, * tunnel, const struct GNUNET_PeerIdentity - * initiator, - const struct - GNUNET_ATS_Information - * atsi); + * initiator); /** -- 2.25.1