GNUnet 0.21.2
BarrierReachedState Struct Reference

Struct with information for callbacks. More...

Collaboration diagram for BarrierReachedState:
[legend]

Data Fields

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...
 

Detailed Description

Struct with information for callbacks.

Definition at line 40 of file testing_api_cmd_barrier_reached.c.

Field Documentation

◆ ac

struct GNUNET_TESTING_AsyncContext BarrierReachedState::ac

Context for our asynchronous completion.

Definition at line 45 of file testing_api_cmd_barrier_reached.c.

Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().

◆ label

const char* BarrierReachedState::label

The label of this command.

Definition at line 50 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 55 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: