GNUnet 0.21.1
SendSimplePerfState Struct Reference

Struct to hold information for callbacks. More...

Collaboration diagram for SendSimplePerfState:
[legend]

Data Fields

struct GNUNET_TESTING_AsyncContext ac
 Context for our asynchronous completion. 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...
 
unsigned int size
 Size of the message in bytes. More...
 
unsigned int max_send
 Maximum number of messages per peer. More...
 

Detailed Description

Struct to hold information for callbacks.

Definition at line 42 of file transport_api_cmd_send_simple_performance.c.

Field Documentation

◆ ac

struct GNUNET_TESTING_AsyncContext SendSimplePerfState::ac

Context for our asynchronous completion.

Definition at line 47 of file transport_api_cmd_send_simple_performance.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple_performance(), and send_simple_single().

◆ start_peer_label

const char* SendSimplePerfState::start_peer_label

Label of the cmd to start a peer.

Definition at line 53 of file transport_api_cmd_send_simple_performance.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple_performance(), and send_simple_run().

◆ create_label

const char* SendSimplePerfState::create_label

Label of the cmd which started the test system.

Definition at line 59 of file transport_api_cmd_send_simple_performance.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple_performance(), and send_simple_run().

◆ topology

struct GNUNET_TESTING_NetjailTopology* SendSimplePerfState::topology

The topology we get the connected nodes from.

Definition at line 64 of file transport_api_cmd_send_simple_performance.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple_performance().

◆ size

unsigned int SendSimplePerfState::size

Size of the message in bytes.

Definition at line 69 of file transport_api_cmd_send_simple_performance.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple_performance(), and send_simple_single().

◆ max_send

unsigned int SendSimplePerfState::max_send

Maximum number of messages per peer.

Definition at line 74 of file transport_api_cmd_send_simple_performance.c.

Referenced by GNUNET_TRANSPORT_cmd_send_simple_performance(), and send_simple_single().


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