GNUnet  0.20.0
ConsensusElement Struct Reference

Consensus element, either marker or payload. More...

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

Data Fields

uint16_t payload_type
 Payload element_type, only valid if this is not a marker element. More...
 
uint8_t marker
 Is this a marker element? More...
 

Detailed Description

Consensus element, either marker or payload.

Definition at line 102 of file consensus_protocol.h.

Field Documentation

◆ payload_type

uint16_t ConsensusElement::payload_type

Payload element_type, only valid if this is not a marker element.

Definition at line 108 of file consensus_protocol.h.

Referenced by commit_set(), handle_client_insert(), and send_to_client_iter().

◆ marker

uint8_t ConsensusElement::marker

Is this a marker element?

Definition at line 113 of file consensus_protocol.h.

Referenced by commit_set(), send_to_client_iter(), and set_result_cb().


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