OpenCBDC Transaction Processor
|
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. | |
Message for replicating a prepare request.
Definition at line 74 of file parsec/runtime_locking_shard/messages.hpp.
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.
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.
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.