GNUnet 0.21.1
GNUNET_TESTING_BarrierListEntry Struct Reference

An entry for a barrier list FIXME: why is this in the public API!??! More...

#include <gnunet_testing_barrier.h>

Collaboration diagram for GNUNET_TESTING_BarrierListEntry:
[legend]

Data Fields

struct GNUNET_TESTING_BarrierListEntrynext
 
struct GNUNET_TESTING_BarrierListEntryprev
 
char * barrier_name
 
unsigned int expected_reaches
 Number of commands attached to the barrier. More...
 

Detailed Description

An entry for a barrier list FIXME: why is this in the public API!??!

Definition at line 42 of file gnunet_testing_barrier.h.

Field Documentation

◆ next

struct GNUNET_TESTING_BarrierListEntry* GNUNET_TESTING_BarrierListEntry::next

Definition at line 45 of file gnunet_testing_barrier.h.

Referenced by start_helper().

◆ prev

struct GNUNET_TESTING_BarrierListEntry* GNUNET_TESTING_BarrierListEntry::prev

Definition at line 48 of file gnunet_testing_barrier.h.

◆ barrier_name

char* GNUNET_TESTING_BarrierListEntry::barrier_name

Definition at line 51 of file gnunet_testing_barrier.h.

Referenced by start_helper().

◆ expected_reaches

unsigned int GNUNET_TESTING_BarrierListEntry::expected_reaches

Number of commands attached to the barrier.

Definition at line 56 of file gnunet_testing_barrier.h.

Referenced by start_helper().


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