aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing-experiment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing-experiment.c')
-rw-r--r--src/ats-tests/ats-testing-experiment.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing-experiment.c b/src/ats-tests/ats-testing-experiment.c
index 676021926..fa379200f 100644
--- a/src/ats-tests/ats-testing-experiment.c
+++ b/src/ats-tests/ats-testing-experiment.c
@@ -65,6 +65,7 @@ create_experiment ()
65 return e; 65 return e;
66} 66}
67 67
68
68static void 69static void
69free_experiment (struct Experiment *e) 70free_experiment (struct Experiment *e)
70{ 71{
@@ -509,6 +510,7 @@ enforce_start_send (struct GNUNET_ATS_TEST_Operation *op)
509 GNUNET_TIME_UNIT_FOREVER_REL); 510 GNUNET_TIME_UNIT_FOREVER_REL);
510} 511}
511 512
513
512static void 514static void
513enforce_stop_send (struct GNUNET_ATS_TEST_Operation *op) 515enforce_stop_send (struct GNUNET_ATS_TEST_Operation *op)
514{ 516{
@@ -572,6 +574,7 @@ enforce_start_preference (struct GNUNET_ATS_TEST_Operation *op)
572 op->pref_type); 574 op->pref_type);
573} 575}
574 576
577
575static void 578static void
576enforce_stop_preference (struct GNUNET_ATS_TEST_Operation *op) 579enforce_stop_preference (struct GNUNET_ATS_TEST_Operation *op)
577{ 580{
@@ -595,7 +598,9 @@ enforce_stop_preference (struct GNUNET_ATS_TEST_Operation *op)
595 } 598 }
596} 599}
597 600
598static void enforce_episode (struct Episode *ep) 601
602static void
603enforce_episode (struct Episode *ep)
599{ 604{
600 struct GNUNET_ATS_TEST_Operation *cur; 605 struct GNUNET_ATS_TEST_Operation *cur;
601 606
@@ -794,6 +799,7 @@ GNUNET_ATS_TEST_experimentation_load (const char *filename)
794 return e; 799 return e;
795} 800}
796 801
802
797void 803void
798GNUNET_ATS_TEST_experimentation_stop (struct Experiment *e) 804GNUNET_ATS_TEST_experimentation_stop (struct Experiment *e)
799{ 805{
@@ -810,4 +816,5 @@ GNUNET_ATS_TEST_experimentation_stop (struct Experiment *e)
810 free_experiment (e); 816 free_experiment (e);
811} 817}
812 818
819
813/* end of file ats-testing-experiment.c*/ 820/* end of file ats-testing-experiment.c*/