aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-03-22 18:36:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-03-22 18:36:57 +0000
commitd74a1b1b52178c35f0f804c34bc63fe2c0203c1a (patch)
tree8bc74579832dba84590e504c03324b57c7f85500 /src/transport/transport.h
parent2ee43bfc55897916316dbe52e8d294dc48f775e2 (diff)
downloadgnunet-d74a1b1b52178c35f0f804c34bc63fe2c0203c1a.tar.gz
gnunet-d74a1b1b52178c35f0f804c34bc63fe2c0203c1a.zip
ats
and changed configure script...does not work correctly...but at least detects when glpk is NOT installed
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index dc9e7ce58..7dc96de68 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -34,7 +34,7 @@
34#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS,250) 34#define ATS_MIN_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MILLISECONDS,250)
35#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS,1) 35#define ATS_EXEC_INTERVAL GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS,1)
36 36
37#define DEBUG_ATS GNUNET_NO 37#define DEBUG_ATS GNUNET_YES
38 38
39struct ATS_info 39struct ATS_info
40{ 40{
@@ -49,6 +49,9 @@ struct ATS_info
49struct ATS_peer 49struct ATS_peer
50{ 50{
51 struct GNUNET_PeerIdentity peer; 51 struct GNUNET_PeerIdentity peer;
52 struct NeighbourList * n;
53 double f;
54 int t;
52}; 55};
53 56
54#define DEBUG_TRANSPORT GNUNET_NO 57#define DEBUG_TRANSPORT GNUNET_NO