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

Details about wounded error code. More...

#include <interface.hpp>

Collaboration diagram for cbdc::parsec::runtime_locking_shard::wounded_details:

Data Fields

ticket_number_type m_wounding_ticket {}
 The ticket that caused wounding.
 
key_type m_wounding_key
 The key that triggered the other ticket to wound.
 

Detailed Description

Details about wounded error code.

Definition at line 67 of file parsec/runtime_locking_shard/interface.hpp.

Field Documentation

◆ m_wounding_key

key_type cbdc::parsec::runtime_locking_shard::wounded_details::m_wounding_key

The key that triggered the other ticket to wound.

Definition at line 72 of file parsec/runtime_locking_shard/interface.hpp.

◆ m_wounding_ticket

ticket_number_type cbdc::parsec::runtime_locking_shard::wounded_details::m_wounding_ticket {}

The ticket that caused wounding.

Definition at line 69 of file parsec/runtime_locking_shard/interface.hpp.


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