GNUnet 0.21.1
MainParams Struct Reference

Closure for loop_run(). More...

Collaboration diagram for MainParams:
[legend]

Data Fields

struct GNUNET_TESTING_Commandcommands
 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...
 

Detailed Description

Closure for loop_run().

Definition at line 719 of file testing_api_loop.c.

Field Documentation

◆ commands

struct GNUNET_TESTING_Command* MainParams::commands

NULL-label terminated array of commands.

Definition at line 725 of file testing_api_loop.c.

Referenced by GNUNET_TESTING_main(), and loop_run().

◆ timeout

struct GNUNET_TIME_Relative MainParams::timeout

Global timeout for the test.

Definition at line 730 of file testing_api_loop.c.

Referenced by loop_run().

◆ rv

int MainParams::rv

Set to #EXIT_FAILURE on error.

Definition at line 735 of file testing_api_loop.c.

Referenced by GNUNET_TESTING_main(), and handle_result().


The documentation for this struct was generated from the following file: