GNUnet  0.19.4
GNUNET_TESTBED_BarrierStatusMsg Struct Reference

Message for signalling status changes of a barrier. More...

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

Collaboration diagram for GNUNET_TESTBED_BarrierStatusMsg:
[legend]

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...
 

Detailed Description

Message for signalling status changes of a barrier.

Definition at line 821 of file testbed.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TESTBED_BarrierStatusMsg::header

Type is GNUNET_MESSAGE_TYPE_TESTBED_BARRIER_STATUS.

Definition at line 814 of file testbed.h.

◆ status

uint16_t GNUNET_TESTBED_BarrierStatusMsg::status

status.

Use enumerated values of enum BarrierStatus

Definition at line 831 of file testbed.h.

◆ name_len

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().

◆ data

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().


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