GNUnet 0.21.1
MQWrapper Struct Reference
Collaboration diagram for MQWrapper:
[legend]

Data Fields

struct SendSimplePerfStatesss
 State of the command. More...
 
struct GNUNET_MQ_Handlemq
 Message queue for a peer. More...
 
uint32_t num_send
 Number of messages allready send. More...
 

Detailed Description

Definition at line 77 of file transport_api_cmd_send_simple_performance.c.

Field Documentation

◆ sss

struct SendSimplePerfState* MQWrapper::sss

State of the command.

Definition at line 82 of file transport_api_cmd_send_simple_performance.c.

Referenced by send_simple_cb(), and send_simple_single().

◆ mq

struct GNUNET_MQ_Handle* MQWrapper::mq

Message queue for a peer.

Definition at line 87 of file transport_api_cmd_send_simple_performance.c.

Referenced by send_simple_cb(), and send_simple_single().

◆ num_send

uint32_t MQWrapper::num_send

Number of messages allready send.

Definition at line 92 of file transport_api_cmd_send_simple_performance.c.

Referenced by send_simple_single().


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