fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 21 Mar 2011 07:46:49 +0000 (07:46 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 21 Mar 2011 07:46:49 +0000 (07:46 +0000)
src/include/gnunet_transport_service.h

index a72a3b4673c92d17bfb56e46f5d68661e6844634..04b0f5a33b3ff5cd055d7ace2fa0c96f35fb1501 100644 (file)
@@ -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.