Data Fields | |
char * | name |
The name of the barrier. More... | |
struct GNUNET_CONFIGURATION_Handle * | cfg |
Then configuration used for the client connection. More... | |
struct GNUNET_MQ_Handle * | mq |
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... | |
Barrier wait handle.
Definition at line 46 of file testbed_api_barriers.c.
char* GNUNET_TESTBED_BarrierWaitHandle::name |
The name of the barrier.
Definition at line 51 of file testbed_api_barriers.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().
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().
struct GNUNET_MQ_Handle* GNUNET_TESTBED_BarrierWaitHandle::mq |
The testbed-barrier service message queue.
Definition at line 61 of file testbed_api_barriers.c.
GNUNET_TESTBED_barrier_wait_cb GNUNET_TESTBED_BarrierWaitHandle::cb |
The barrier wait callback.
Definition at line 66 of file testbed_api_barriers.c.
void* GNUNET_TESTBED_BarrierWaitHandle::cb_cls |
The closure for cb.
Definition at line 71 of file testbed_api_barriers.c.