GNUnet 0.21.1
CommandBarrierAttached Struct Reference

Message send by a child loop to inform the master loop how much GNUNET_CMDS_BARRIER_REACHED messages the child will send. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/testing/testing.h>

Collaboration diagram for CommandBarrierAttached:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_BARRIER_ATTACHED. More...
 
uint32_t expected_reaches
 How often the child loop will reach the barrier. More...
 
uint32_t node_number
 The number of the node the barrier is running on. More...
 

Detailed Description

Message send by a child loop to inform the master loop how much GNUNET_CMDS_BARRIER_REACHED messages the child will send.

Definition at line 48 of file testing.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader CommandBarrierAttached::header

Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_BARRIER_ATTACHED.

Definition at line 53 of file testing.h.

Referenced by GNUNET_TESTING_send_barrier_attach_().

◆ expected_reaches

uint32_t CommandBarrierAttached::expected_reaches

How often the child loop will reach the barrier.

Definition at line 58 of file testing.h.

Referenced by barrier_attached(), GNUNET_TESTING_barrier_crossable_(), and GNUNET_TESTING_send_barrier_attach_().

◆ node_number

uint32_t CommandBarrierAttached::node_number

The number of the node the barrier is running on.

Definition at line 63 of file testing.h.

Referenced by barrier_attached(), and GNUNET_TESTING_send_barrier_attach_().


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