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

Data Fields

struct GNUNET_TESTING_Barrierbarrier
 Our barrier, set to NULL once the barrier is active. More...
 
const char * label
 Our label. More...
 

Detailed Description

Definition at line 39 of file testing_api_cmd_barrier.c.

Field Documentation

◆ barrier

struct GNUNET_TESTING_Barrier* BarrierState::barrier

Our barrier, set to NULL once the barrier is active.

Definition at line 44 of file testing_api_cmd_barrier.c.

Referenced by barrier_cleanup(), barrier_run(), and GNUNET_TESTING_cmd_barrier_create().

◆ label

const char* BarrierState::label

Our label.

Definition at line 49 of file testing_api_cmd_barrier.c.

Referenced by GNUNET_TESTING_cmd_barrier_create().


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