GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
SendState Struct Reference

State for the 'send' command. More...

Collaboration diagram for SendState:
[legend]

Data Fields

const struct GNUNET_TESTING_CORE_ConnectStateconnect_state
 
uint64_t num_messages
 
enum GNUNET_GenericReturnValue await_new_connection
 
struct GNUNET_TESTING_AsyncContext ac
 Mandatory context for async commands.
 

Detailed Description

State for the 'send' command.

Definition at line 47 of file testing_core_cmd_send.c.

Field Documentation

◆ connect_state

const struct GNUNET_TESTING_CORE_ConnectState* SendState::connect_state

Definition at line 49 of file testing_core_cmd_send.c.

Referenced by cleanup_callbacks(), exec_send_run(), and send_messages().

◆ num_messages

uint64_t SendState::num_messages

Definition at line 50 of file testing_core_cmd_send.c.

Referenced by GNUNET_TESTING_CORE_cmd_send(), and send_messages().

◆ await_new_connection

enum GNUNET_GenericReturnValue SendState::await_new_connection

Definition at line 51 of file testing_core_cmd_send.c.

Referenced by exec_send_run(), and GNUNET_TESTING_CORE_cmd_send().

◆ ac

struct GNUNET_TESTING_AsyncContext SendState::ac

Mandatory context for async commands.

Definition at line 40 of file testing_dhtu_cmd_send.c.

Referenced by GNUNET_TESTING_DHTU_cmd_send(), and send_run().


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