Struct containing the number of the netjail node and the NetJailState which will be handed to callbacks specific to a test environment. More...
Data Fields | |
struct TestingSystemCount * | next |
Kept in a DLL. More... | |
struct TestingSystemCount * | prev |
Kept in a DLL. More... | |
struct GNUNET_HELPER_SendHandle * | shandle |
The send handle for the helper. More... | |
struct NetJailState * | ns |
Struct to store information handed over to callbacks. More... | |
Struct containing the number of the netjail node and the NetJailState which will be handed to callbacks specific to a test environment.
Definition at line 136 of file testing_api_cmd_netjail_start_cmds_helper.c.
struct TestingSystemCount* TestingSystemCount::next |
Kept in a DLL.
Definition at line 142 of file testing_api_cmd_netjail_start_cmds_helper.c.
struct TestingSystemCount* TestingSystemCount::prev |
Kept in a DLL.
Definition at line 147 of file testing_api_cmd_netjail_start_cmds_helper.c.
struct GNUNET_HELPER_SendHandle* TestingSystemCount::shandle |
The send handle for the helper.
Definition at line 152 of file testing_api_cmd_netjail_start_cmds_helper.c.
Referenced by clear_msg(), and send_start_messages().
struct NetJailState* TestingSystemCount::ns |
Struct to store information handed over to callbacks.
Definition at line 157 of file testing_api_cmd_netjail_start_cmds_helper.c.
Referenced by clear_msg(), and send_start_messages().