Message for signalling status changes of a barrier. 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_STATUS. More... | |
uint16_t | status |
status. More... | |
uint16_t | name_len |
strlen of the barrier name More... | |
char | data [0] |
the barrier name (0-terminated) concatenated with an error message (0-terminated) if the status were to indicate an error More... | |
struct GNUNET_MessageHeader GNUNET_TESTBED_BarrierStatusMsg::header |
uint16_t GNUNET_TESTBED_BarrierStatusMsg::status |
uint16_t GNUNET_TESTBED_BarrierStatusMsg::name_len |
strlen of the barrier name
Definition at line 836 of file testbed.h.
Referenced by check_barrier_status(), handle_barrier_status(), and send_client_status_msg().
char GNUNET_TESTBED_BarrierStatusMsg::data[0] |
the barrier name (0-terminated) concatenated with an error message (0-terminated) if the status were to indicate an error
Definition at line 842 of file testbed.h.
Referenced by typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().