GNUnet 0.21.1
ConsensusElement Struct Reference

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

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/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 block_plugin_consensus_check_block(), block_plugin_consensus_check_reply(), commit_set(), handle_client_insert(), and send_to_client_iter().

◆ marker

uint8_t ConsensusElement::marker

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