GNUnet  0.20.0
TestState Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/transport-testing-cmds.h>

Collaboration diagram for TestState:
[legend]

Data Fields

GNUNET_TESTING_cmd_helper_write_cb write_message
 Callback to write messages to the master loop. More...
 
GNUNET_TESTING_cmd_helper_finish_cb finished_cb
 Callback to notify the helper test case has finished. More...
 
char * testdir
 The name for a specific test environment directory. More...
 
char * cfgname
 The name for the configuration file of the specific node. More...
 
struct GNUNET_TESTING_NetjailTopologytopology
 The complete topology information. More...
 

Detailed Description

Definition at line 206 of file transport-testing-cmds.h.

Field Documentation

◆ write_message

GNUNET_TESTING_cmd_helper_write_cb TestState::write_message

Callback to write messages to the master loop.

Definition at line 212 of file transport-testing-cmds.h.

◆ finished_cb

GNUNET_TESTING_cmd_helper_finish_cb TestState::finished_cb

Callback to notify the helper test case has finished.

Definition at line 217 of file transport-testing-cmds.h.

◆ testdir

char* TestState::testdir

The name for a specific test environment directory.

Definition at line 223 of file transport-testing-cmds.h.

◆ cfgname

char* TestState::cfgname

The name for the configuration file of the specific node.

Definition at line 229 of file transport-testing-cmds.h.

◆ topology

struct GNUNET_TESTING_NetjailTopology* TestState::topology

The complete topology information.

Definition at line 234 of file transport-testing-cmds.h.


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