Closure for loop_run(). More...
| Data Fields | |
| const struct GNUNET_TESTING_Command * | commands | 
| NULL-label terminated array of commands. | |
| struct GNUNET_TESTING_Interpreter * | is | 
| The interpreter. | |
| struct GNUNET_TIME_Relative | timeout | 
| Global timeout for the test. | |
| int | rv | 
| Set to #EXIT_FAILURE on error. | |
Closure for loop_run().
Definition at line 36 of file testing_api_main.c.
| const struct GNUNET_TESTING_Command* MainParams::commands | 
NULL-label terminated array of commands.
Definition at line 42 of file testing_api_main.c.
Referenced by GNUNET_TESTING_main(), and loop_run().
| struct GNUNET_TESTING_Interpreter* MainParams::is | 
The interpreter.
Definition at line 47 of file testing_api_main.c.
Referenced by do_shutdown(), handle_result(), and loop_run().
| struct GNUNET_TIME_Relative MainParams::timeout | 
Global timeout for the test.
Definition at line 52 of file testing_api_main.c.
Referenced by loop_run().
| int MainParams::rv | 
Set to #EXIT_FAILURE on error.
Definition at line 57 of file testing_api_main.c.
Referenced by GNUNET_TESTING_main(), and handle_result().