aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-21 07:46:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-21 07:46:49 +0000
commit5434ca0cc3cdd8905d9018debc24bc2c8e938b6f (patch)
treedfc4d57e05fb2c41f0224f0d0ef09bf20674494e /src/include
parent1d436d8516c2968ce4f36e2f15859075be58f779 (diff)
downloadgnunet-5434ca0cc3cdd8905d9018debc24bc2c8e938b6f.tar.gz
gnunet-5434ca0cc3cdd8905d9018debc24bc2c8e938b6f.zip
fix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_transport_service.h16
1 files changed, 0 insertions, 16 deletions
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
396 396
397#define DEBUG_ATS GNUNET_NO 397#define DEBUG_ATS GNUNET_NO
398 398
399struct ATS_info
400{
401 struct GNUNET_CONTAINER_MultiHashMap * peers;
402 struct GNUNET_TIME_Absolute last;
403 struct GNUNET_TIME_Relative min_delta;
404 struct GNUNET_TIME_Relative reg_delta;
405
406 GNUNET_SCHEDULER_TaskIdentifier ats_task;
407};
408
409struct ATS_peer
410{
411 struct GNUNET_PeerIdentity peer;
412};
413
414
415 399
416/** 400/**
417 * Function called by the transport for each received message. 401 * Function called by the transport for each received message.