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>
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... | |
Message send by a child loop to inform the master loop how much GNUNET_CMDS_BARRIER_REACHED messages the child will send.
struct GNUNET_MessageHeader CommandBarrierAttached::header |
Type is GNUNET_MESSAGE_TYPE_CMDS_HELPER_BARRIER_ATTACHED.
Definition at line 348 of file testing.h.
Referenced by GNUNET_TESTING_send_barrier_attach().
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(), barrier_traits(), and GNUNET_TESTING_send_barrier_attach().
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().