aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-ats-solver-eval.h
diff options
context:
space:
mode:
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 0b30fead7..9ea91cb3b 100644
--- a/src/ats/gnunet-ats-solver-eval.h
+++ b/src/ats/gnunet-ats-solver-eval.h
@@ -75,6 +75,7 @@ struct GNUNET_ATS_TEST_Operation
75 char*address; 75 char*address;
76 char*plugin; 76 char*plugin;
77 77
78
78 long long unsigned int base_rate; 79 long long unsigned int base_rate;
79 long long unsigned int max_rate; 80 long long unsigned int max_rate;
80 struct GNUNET_TIME_Relative period; 81 struct GNUNET_TIME_Relative period;
@@ -83,6 +84,7 @@ struct GNUNET_ATS_TEST_Operation
83 enum OperationType type; 84 enum OperationType type;
84 enum GeneratorType tg_type; 85 enum GeneratorType tg_type;
85 enum GNUNET_ATS_PreferenceKind pref_type; 86 enum GNUNET_ATS_PreferenceKind pref_type;
87 enum GNUNET_ATS_Property prop_type;
86}; 88};
87 89
88struct Episode 90struct Episode