Consensus element, either marker or payload. More...
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... | |
Consensus element, either marker or payload.
Definition at line 102 of file consensus_protocol.h.
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().
uint8_t ConsensusElement::marker |
Is this a marker element?
Definition at line 113 of file consensus_protocol.h.
Referenced by block_plugin_consensus_check_block(), block_plugin_consensus_check_reply(), commit_set(), send_to_client_iter(), and set_result_cb().