GNUnet 0.21.1
BarrierReachedState Struct Reference

Struct with information for callbacks. More...

Collaboration diagram for BarrierReachedState:
[legend]

Data Fields

GNUNET_TESTING_cmd_helper_write_cb write_message
 Callback to write messages to the master loop. More...
 
struct GNUNET_TESTING_AsyncContext ac
 Context for our asynchronous completion. More...
 
const char * label
 The label of this command. More...
 
const char * barrier_name
 The name of the barrier this commands wait (if finishing asynchronous) for or/and reaches. More...
 
unsigned int node_number
 
unsigned int asynchronous_finish
 If this command will block. More...
 
unsigned int running_on_master
 Is this cmd running on the master loop. More...
 

Detailed Description

Struct with information for callbacks.

Definition at line 43 of file testing_api_cmd_barrier_reached.c.

Field Documentation

◆ write_message

GNUNET_TESTING_cmd_helper_write_cb BarrierReachedState::write_message

Callback to write messages to the master loop.

Definition at line 49 of file testing_api_cmd_barrier_reached.c.

Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().

◆ ac

struct GNUNET_TESTING_AsyncContext BarrierReachedState::ac

Context for our asynchronous completion.

Definition at line 54 of file testing_api_cmd_barrier_reached.c.

Referenced by barrier_reached_traits(), and GNUNET_TESTING_cmd_barrier_reached().

◆ label

const char* BarrierReachedState::label

The label of this command.

Definition at line 59 of file testing_api_cmd_barrier_reached.c.

Referenced by GNUNET_TESTING_cmd_barrier_reached().

◆ barrier_name

const char* BarrierReachedState::barrier_name

The name of the barrier this commands wait (if finishing asynchronous) for or/and reaches.

Definition at line 64 of file testing_api_cmd_barrier_reached.c.

Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().

◆ node_number

unsigned int BarrierReachedState::node_number

◆ asynchronous_finish

unsigned int BarrierReachedState::asynchronous_finish

If this command will block.

Definition at line 74 of file testing_api_cmd_barrier_reached.c.

Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().

◆ running_on_master

unsigned int BarrierReachedState::running_on_master

Is this cmd running on the master loop.

Definition at line 79 of file testing_api_cmd_barrier_reached.c.

Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().


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