aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-ats-solver-eval.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-04-16 12:20:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-04-16 12:20:59 +0000
commit8a89e42369ef038af5c1c92ac2e5e7296ede300c (patch)
tree30301800b560f342849678dafe7ca80a17c105c7 /src/ats/gnunet-ats-solver-eval.h
parentbce641c09638e4e9335d67e5989287a686e9ed71 (diff)
downloadgnunet-8a89e42369ef038af5c1c92ac2e5e7296ede300c.tar.gz
gnunet-8a89e42369ef038af5c1c92ac2e5e7296ede300c.zip
logging
Diffstat (limited to 'src/ats/gnunet-ats-solver-eval.h')
-rw-r--r--src/ats/gnunet-ats-solver-eval.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats/gnunet-ats-solver-eval.h b/src/ats/gnunet-ats-solver-eval.h
index 990a0fd88..0a7270bef 100644
--- a/src/ats/gnunet-ats-solver-eval.h
+++ b/src/ats/gnunet-ats-solver-eval.h
@@ -135,6 +135,7 @@ struct LoggingAddress
135 int aid; 135 int aid;
136 int active; 136 int active;
137 int used; 137 int used;
138 uint32_t network;
138 struct GNUNET_BANDWIDTH_Value32NBO assigned_bw_in; 139 struct GNUNET_BANDWIDTH_Value32NBO assigned_bw_in;
139 struct GNUNET_BANDWIDTH_Value32NBO assigned_bw_out; 140 struct GNUNET_BANDWIDTH_Value32NBO assigned_bw_out;
140 141
@@ -166,6 +167,7 @@ struct TestAddress
166 167
167 int aid; 168 int aid;
168 struct ATS_Address *ats_addr; 169 struct ATS_Address *ats_addr;
170 uint32_t network;
169 171
170 double prop_abs[GNUNET_ATS_PropertyCount]; 172 double prop_abs[GNUNET_ATS_PropertyCount];
171 double prop_norm[GNUNET_ATS_PropertyCount]; 173 double prop_norm[GNUNET_ATS_PropertyCount];