GNUnet  0.19.5
GNUNET_TESTBED_BarrierWaitHandle Struct Reference

Barrier wait handle. More...

Collaboration diagram for GNUNET_TESTBED_BarrierWaitHandle:
[legend]

Data Fields

char * name
 The name of the barrier. More...
 
struct GNUNET_CONFIGURATION_Handlecfg
 Then configuration used for the client connection. More...
 
struct GNUNET_MQ_Handlemq
 The testbed-barrier service message queue. More...
 
GNUNET_TESTBED_barrier_wait_cb cb
 The barrier wait callback. More...
 
void * cb_cls
 The closure for cb. More...
 

Detailed Description

Barrier wait handle.

Definition at line 46 of file testbed_api_barriers.c.

Field Documentation

◆ name

◆ cfg

struct GNUNET_CONFIGURATION_Handle* GNUNET_TESTBED_BarrierWaitHandle::cfg

Then configuration used for the client connection.

Definition at line 56 of file testbed_api_barriers.c.

Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().

◆ mq

struct GNUNET_MQ_Handle* GNUNET_TESTBED_BarrierWaitHandle::mq

The testbed-barrier service message queue.

Definition at line 61 of file testbed_api_barriers.c.

◆ cb

GNUNET_TESTBED_barrier_wait_cb GNUNET_TESTBED_BarrierWaitHandle::cb

The barrier wait callback.

Definition at line 66 of file testbed_api_barriers.c.

◆ cb_cls

void* GNUNET_TESTBED_BarrierWaitHandle::cb_cls

The closure for cb.

Definition at line 71 of file testbed_api_barriers.c.


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