GNUnet 0.24.4-talerdev.1-13-g62dff6af1
 
Loading...
Searching...
No Matches
MainParams Struct Reference

Closure for loop_run(). More...

Collaboration diagram for MainParams:
[legend]

Data Fields

const struct GNUNET_TESTING_Commandcommands
 NULL-label terminated array of commands.
 
struct GNUNET_TESTING_Interpreteris
 The interpreter.
 
struct GNUNET_TIME_Relative timeout
 Global timeout for the test.
 
int rv
 Set to #EXIT_FAILURE on error.
 

Detailed Description

Closure for loop_run().

Definition at line 36 of file testing_api_main.c.

Field Documentation

◆ commands

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().

◆ is

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().

◆ timeout

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().

◆ rv

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().


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