GNUnet 0.21.1
TestingSystemCount Struct Reference

Struct containing the number of the netjail node and the NetJailState which will be handed to callbacks specific to a test environment. More...

Collaboration diagram for TestingSystemCount:
[legend]

Data Fields

struct TestcasePluginplugin
 The plugin correlated to this netjail node. More...
 
struct TestingSystemCountnext
 Kept in a DLL. More...
 
struct TestingSystemCountprev
 Kept in a DLL. More...
 
struct GNUNET_HELPER_SendHandleshandle
 The send handle for the helper. More...
 
struct NetJailStatens
 Struct to store information handed over to callbacks. More...
 
struct GNUNET_MessageHeadermsg
 The messages send to the helper. More...
 

Detailed Description

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 176 of file testing_api_cmd_netjail_start_cmds_helper.c.

Field Documentation

◆ plugin

struct TestcasePlugin* TestingSystemCount::plugin

The plugin correlated to this netjail node.

Definition at line 181 of file testing_api_cmd_netjail_start_cmds_helper.c.

Referenced by clear_msg(), and start_helper().

◆ next

struct TestingSystemCount* TestingSystemCount::next

Kept in a DLL.

Definition at line 186 of file testing_api_cmd_netjail_start_cmds_helper.c.

◆ prev

struct TestingSystemCount* TestingSystemCount::prev

Kept in a DLL.

Definition at line 191 of file testing_api_cmd_netjail_start_cmds_helper.c.

◆ shandle

struct GNUNET_HELPER_SendHandle* TestingSystemCount::shandle

The send handle for the helper.

Definition at line 196 of file testing_api_cmd_netjail_start_cmds_helper.c.

Referenced by clear_msg(), send_message_to_locals(), and start_helper().

◆ ns

struct NetJailState* TestingSystemCount::ns

Struct to store information handed over to callbacks.

Definition at line 202 of file testing_api_cmd_netjail_start_cmds_helper.c.

Referenced by send_message_to_locals(), and start_helper().

◆ msg

struct GNUNET_MessageHeader* TestingSystemCount::msg

The messages send to the helper.

Definition at line 207 of file testing_api_cmd_netjail_start_cmds_helper.c.


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