![]() |
GNUnet
0.11.x
|
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/handbook/gnunet/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 |
Type is GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_WAIT.
Definition at line 855 of file testbed.h.
Referenced by handle_barrier_wait().
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_TESTBED_barrier_wait(), and handle_barrier_wait().