GNUnet 0.21.1
SendSimpleState Struct Reference

Struct to hold information for callbacks. More...

Collaboration diagram for SendSimpleState:
[legend]

Data Fields

uint32_t num
 Number globally identifying the node. More...
 
const char * start_peer_label
 Label of the cmd to start a peer. More...
 
const char * create_label
 Label of the cmd which started the test system. More...
 
struct GNUNET_TESTING_NetjailTopologytopology
 The topology we get the connected nodes from. More...
 

Detailed Description

Struct to hold information for callbacks.

Definition at line 42 of file transport_api_cmd_send_simple.c.

Field Documentation

◆ num

uint32_t SendSimpleState::num

Number globally identifying the node.

Definition at line 48 of file transport_api_cmd_send_simple.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple(), and send_simple_cb().

◆ start_peer_label

const char* SendSimpleState::start_peer_label

Label of the cmd to start a peer.

Definition at line 54 of file transport_api_cmd_send_simple.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple(), and send_simple_run().

◆ create_label

const char* SendSimpleState::create_label

Label of the cmd which started the test system.

Definition at line 60 of file transport_api_cmd_send_simple.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple(), and send_simple_run().

◆ topology

struct GNUNET_TESTING_NetjailTopology* SendSimpleState::topology

The topology we get the connected nodes from.

Definition at line 65 of file transport_api_cmd_send_simple.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple().


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