From: Christian Grothoff Date: Mon, 21 Mar 2011 07:46:49 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18951 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5434ca0cc3cdd8905d9018debc24bc2c8e938b6f;p=oweals%2Fgnunet.git fix --- diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index a72a3b467..04b0f5a33 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -396,22 +396,6 @@ struct GNUNET_TRANSPORT_ATS_Information #define DEBUG_ATS GNUNET_NO -struct ATS_info -{ - struct GNUNET_CONTAINER_MultiHashMap * peers; - struct GNUNET_TIME_Absolute last; - struct GNUNET_TIME_Relative min_delta; - struct GNUNET_TIME_Relative reg_delta; - - GNUNET_SCHEDULER_TaskIdentifier ats_task; -}; - -struct ATS_peer -{ - struct GNUNET_PeerIdentity peer; -}; - - /** * Function called by the transport for each received message.