aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-ats-solver-eval.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-11 08:08:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-11 08:08:37 +0000
commit97484d04c2ae1deb5e95c4472977b2333ce55b60 (patch)
treec1e1fa69e653528d662018da157ffb4ba6bdb2a2 /src/ats/gnunet-ats-solver-eval.h
parent0af4aedc3acedf4bbe5d1878b6ac7744f85bf0b7 (diff)
downloadgnunet-97484d04c2ae1deb5e95c4472977b2333ce55b60.tar.gz
gnunet-97484d04c2ae1deb5e95c4472977b2333ce55b60.zip
logging task
Diffstat (limited to 'src/ats/gnunet-ats-solver-eval.h')
-rw-r--r--src/ats/gnunet-ats-solver-eval.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ats/gnunet-ats-solver-eval.h b/src/ats/gnunet-ats-solver-eval.h
index 007118dde..ca79e9602 100644
--- a/src/ats/gnunet-ats-solver-eval.h
+++ b/src/ats/gnunet-ats-solver-eval.h
@@ -82,7 +82,7 @@ struct GNUNET_ATS_TEST_Operation
82 struct GNUNET_TIME_Relative frequency; 82 struct GNUNET_TIME_Relative frequency;
83 83
84 enum OperationType type; 84 enum OperationType type;
85 enum GeneratorType tg_type; 85 enum GeneratorType gen_type;
86 enum GNUNET_ATS_PreferenceKind pref_type; 86 enum GNUNET_ATS_PreferenceKind pref_type;
87 enum GNUNET_ATS_Property prop_type; 87 enum GNUNET_ATS_Property prop_type;
88}; 88};
@@ -97,6 +97,11 @@ struct Episode
97 struct GNUNET_ATS_TEST_Operation *tail; 97 struct GNUNET_ATS_TEST_Operation *tail;
98}; 98};
99 99
100struct LoggingHandle
101{
102 GNUNET_SCHEDULER_TaskIdentifier logging_task;
103 struct GNUNET_TIME_Relative log_freq;
104};
100 105
101struct Experiment 106struct Experiment
102{ 107{