Message sent from peers to the testbed-barrier service to indicate that they have reached a barrier and are waiting for it to be crossed. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/testbed.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_WAIT. More... | |
char | name [0] |
The name of the barrier they have reached. More... | |
Message sent from peers to the testbed-barrier service to indicate that they have reached a barrier and are waiting for it to be crossed.
struct GNUNET_MessageHeader GNUNET_TESTBED_BarrierWait::header |
char GNUNET_TESTBED_BarrierWait::name[0] |
The name of the barrier they have reached.
Non-NULL terminated.
Definition at line 860 of file testbed.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().