GNUnet 0.21.1
GNUNET_TESTING_BarrierList Struct Reference

A list to hold barriers provided by plugins FIXME: why is this in the public API!??! More...

#include <gnunet_testing_barrier.h>

Collaboration diagram for GNUNET_TESTING_BarrierList:
[legend]

Data Fields

struct GNUNET_TESTING_BarrierListEntryhead
 List head. More...
 
struct GNUNET_TESTING_BarrierListEntrytail
 List tail. More...
 

Detailed Description

A list to hold barriers provided by plugins FIXME: why is this in the public API!??!

Definition at line 63 of file gnunet_testing_barrier.h.

Field Documentation

◆ head

struct GNUNET_TESTING_BarrierListEntry* GNUNET_TESTING_BarrierList::head

List head.

Definition at line 66 of file gnunet_testing_barrier.h.

Referenced by start_helper().

◆ tail

struct GNUNET_TESTING_BarrierListEntry* GNUNET_TESTING_BarrierList::tail

List tail.

Definition at line 69 of file gnunet_testing_barrier.h.


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