OpenCBDC Transaction Processor
|
Try lock request message. More...
#include <messages.hpp>
Data Fields | |
ticket_number_type | m_ticket_number {} |
Ticket number. | |
broker_id_type | m_broker_id {} |
ID of broker managing ticket. | |
key_type | m_key |
Key for which to request lock. | |
lock_type | m_locktype {} |
Lock type to request. | |
bool | m_first_lock {false} |
Flag for when this is the first lock. | |
Try lock request message.
Definition at line 14 of file parsec/runtime_locking_shard/messages.hpp.
broker_id_type cbdc::parsec::runtime_locking_shard::rpc::try_lock_request::m_broker_id {} |
ID of broker managing ticket.
Definition at line 18 of file parsec/runtime_locking_shard/messages.hpp.
bool cbdc::parsec::runtime_locking_shard::rpc::try_lock_request::m_first_lock {false} |
Flag for when this is the first lock.
Definition at line 24 of file parsec/runtime_locking_shard/messages.hpp.
key_type cbdc::parsec::runtime_locking_shard::rpc::try_lock_request::m_key |
Key for which to request lock.
Definition at line 20 of file parsec/runtime_locking_shard/messages.hpp.
lock_type cbdc::parsec::runtime_locking_shard::rpc::try_lock_request::m_locktype {} |
Lock type to request.
Definition at line 22 of file parsec/runtime_locking_shard/messages.hpp.
ticket_number_type cbdc::parsec::runtime_locking_shard::rpc::try_lock_request::m_ticket_number {} |
Ticket number.
Definition at line 16 of file parsec/runtime_locking_shard/messages.hpp.