OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
cbdc::parsec::runtime_locking_shard::rpc::replicated_prepare_request Struct Reference

Message for replicating a prepare request. More...

#include <messages.hpp>

Data Fields

ticket_number_type m_ticket_number {}
 Ticket number being prepared.
 
broker_id_type m_broker_id {}
 Broker ID responsible for the ticket.
 
replicated_shard_interface::state_type m_state_update
 State updates to apply if the ticket is committed.
 

Detailed Description

Message for replicating a prepare request.

Definition at line 74 of file parsec/runtime_locking_shard/messages.hpp.

Field Documentation

◆ m_broker_id

broker_id_type cbdc::parsec::runtime_locking_shard::rpc::replicated_prepare_request::m_broker_id {}

Broker ID responsible for the ticket.

Definition at line 78 of file parsec/runtime_locking_shard/messages.hpp.

◆ m_state_update

replicated_shard_interface::state_type cbdc::parsec::runtime_locking_shard::rpc::replicated_prepare_request::m_state_update

State updates to apply if the ticket is committed.

Definition at line 80 of file parsec/runtime_locking_shard/messages.hpp.

◆ m_ticket_number

ticket_number_type cbdc::parsec::runtime_locking_shard::rpc::replicated_prepare_request::m_ticket_number {}

Ticket number being prepared.

Definition at line 76 of file parsec/runtime_locking_shard/messages.hpp.


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