aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index e24f1dc53..15bf858f5 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -462,7 +462,8 @@ enum OperationType
462{ 462{
463 START_SEND, 463 START_SEND,
464 STOP_SEND, 464 STOP_SEND,
465 SET_PREFERENCE 465 START_PREFERENCE,
466 STOP_PREFERENCE
466}; 467};
467 468
468struct Episode; 469struct Episode;
@@ -489,9 +490,11 @@ struct GNUNET_ATS_TEST_Operation
489 long long unsigned int base_rate; 490 long long unsigned int base_rate;
490 long long unsigned int max_rate; 491 long long unsigned int max_rate;
491 struct GNUNET_TIME_Relative period; 492 struct GNUNET_TIME_Relative period;
493 struct GNUNET_TIME_Relative frequency;
492 494
493 enum OperationType type; 495 enum OperationType type;
494 enum GeneratorType tg_type; 496 enum GeneratorType tg_type;
497 enum GNUNET_ATS_PreferenceKind pref_type;
495}; 498};
496 499
497struct Episode 500struct Episode