#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/transport-testing-cmds.h>
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_NetjailTopology * | topology |
The complete topology information. More... | |
Definition at line 206 of file transport-testing-cmds.h.
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.
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.
char* TestState::testdir |
The name for a specific test environment directory.
Definition at line 223 of file transport-testing-cmds.h.
char* TestState::cfgname |
The name for the configuration file of the specific node.
Definition at line 229 of file transport-testing-cmds.h.
struct GNUNET_TESTING_NetjailTopology* TestState::topology |
The complete topology information.
Definition at line 234 of file transport-testing-cmds.h.