#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/ats/gnunet-ats-solver-eval.h>
Data Fields | |
int | id |
struct Episode * | next |
struct GNUNET_TIME_Relative | duration |
struct GNUNET_ATS_TEST_Operation * | head |
struct GNUNET_ATS_TEST_Operation * | tail |
Definition at line 223 of file gnunet-ats-solver-eval.h.
int Episode::id |
Definition at line 225 of file gnunet-ats-solver-eval.h.
Referenced by episode_done_cb(), GNUNET_ATS_solvers_experimentation_run(), load_episode(), load_episodes(), gnunet_testing.Peer::start(), and timeout_episode().
struct Episode* Episode::next |
Definition at line 226 of file gnunet-ats-solver-eval.h.
Referenced by free_experiment(), load_episodes(), and timeout_episode().
struct GNUNET_TIME_Relative Episode::duration |
Definition at line 226 of file gnunet-ats-solver-eval.h.
Referenced by GNUNET_ATS_solvers_experimentation_run(), load_episodes(), and timeout_episode().
struct GNUNET_ATS_TEST_Operation* Episode::head |
Definition at line 229 of file gnunet-ats-solver-eval.h.
Referenced by enforce_episode(), free_experiment(), and load_episode().
struct GNUNET_ATS_TEST_Operation* Episode::tail |
Definition at line 230 of file gnunet-ats-solver-eval.h.
Referenced by load_episode().