Closure for loop_run(). More...
Data Fields | |
struct GNUNET_TESTING_Command * | commands |
NULL-label terminated array of commands. More... | |
struct GNUNET_TIME_Relative | timeout |
Global timeout for the test. More... | |
int | rv |
Set to #EXIT_FAILURE on error. More... | |
Closure for loop_run().
Definition at line 647 of file testing_api_loop.c.
struct GNUNET_TESTING_Command* MainParams::commands |
NULL-label terminated array of commands.
Definition at line 653 of file testing_api_loop.c.
Referenced by GNUNET_TESTING_main(), and loop_run().
struct GNUNET_TIME_Relative MainParams::timeout |
Global timeout for the test.
Definition at line 653 of file testing_api_loop.c.
Referenced by loop_run().
int MainParams::rv |
Set to #EXIT_FAILURE on error.
Definition at line 663 of file testing_api_loop.c.
Referenced by GNUNET_TESTING_main(), and handle_result().