aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/gnunet-solver-eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/gnunet-solver-eval.c')
-rw-r--r--src/ats-tests/gnunet-solver-eval.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ats-tests/gnunet-solver-eval.c b/src/ats-tests/gnunet-solver-eval.c
index e0d85094c..0d2460b7f 100644
--- a/src/ats-tests/gnunet-solver-eval.c
+++ b/src/ats-tests/gnunet-solver-eval.c
@@ -418,8 +418,9 @@ load_episodes (struct Experiment *e, struct GNUNET_CONFIGURATION_Handle *cfg)
418 return e_counter; 418 return e_counter;
419} 419}
420 420
421
421static void 422static void
422timeout_experiment (void *cls, const struct GNUNET_SCHEDULER_TaskContext* tc) 423timeout_experiment (void *cls)
423{ 424{
424 struct Experiment *e = cls; 425 struct Experiment *e = cls;
425 e->experiment_timeout_task = NULL; 426 e->experiment_timeout_task = NULL;
@@ -435,6 +436,7 @@ timeout_experiment (void *cls, const struct GNUNET_SCHEDULER_TaskContext* tc)
435 GNUNET_SYSERR); 436 GNUNET_SYSERR);
436} 437}
437 438
439
438static void 440static void
439enforce_start_send (struct GNUNET_ATS_TEST_Operation *op) 441enforce_start_send (struct GNUNET_ATS_TEST_Operation *op)
440{ 442{
@@ -584,8 +586,9 @@ static void enforce_episode (struct Episode *ep)
584 } 586 }
585} 587}
586 588
589
587static void 590static void
588timeout_episode (void *cls, const struct GNUNET_SCHEDULER_TaskContext* tc) 591timeout_episode (void *cls)
589{ 592{
590 struct Experiment *e = cls; 593 struct Experiment *e = cls;
591 e->episode_timeout_task = NULL; 594 e->episode_timeout_task = NULL;
@@ -931,4 +934,3 @@ main (int argc, char *argv[])
931 return 0; 934 return 0;
932} 935}
933/* end of file ats-testing-experiment.c*/ 936/* end of file ats-testing-experiment.c*/
934