6#ifndef OPENCBDC_TX_SRC_PARSEC_RUNTIME_LOCKING_SHARD_FORMAT_H_
7#define OPENCBDC_TX_SRC_PARSEC_RUNTIME_LOCKING_SHARD_FORMAT_H_
15 const parsec::runtime_locking_shard::rpc::try_lock_request& req)
18 parsec::runtime_locking_shard::rpc::try_lock_request& req)
23 const parsec::runtime_locking_shard::rpc::commit_request& req)
26 parsec::runtime_locking_shard::rpc::commit_request& req)
31 const parsec::runtime_locking_shard::rpc::prepare_request& req)
34 parsec::runtime_locking_shard::rpc::prepare_request& req)
39 const parsec::runtime_locking_shard::rpc::rollback_request& req)
42 parsec::runtime_locking_shard::rpc::rollback_request& req)
47 const parsec::runtime_locking_shard::rpc::finish_request& req)
50 parsec::runtime_locking_shard::rpc::finish_request& req)
55 const parsec::runtime_locking_shard::rpc::get_tickets_request& req)
59 parsec::runtime_locking_shard::rpc::get_tickets_request& req)
63 const parsec::runtime_locking_shard::shard_error& err)
66 parsec::runtime_locking_shard::shard_error& err)
70 const parsec::runtime_locking_shard::wounded_details& det)
73 parsec::runtime_locking_shard::wounded_details& det)
78 const parsec::runtime_locking_shard::rpc::replicated_prepare_request&
82 parsec::runtime_locking_shard::rpc::replicated_prepare_request& req)
86 const parsec::runtime_locking_shard::rpc::
87 replicated_get_tickets_request& req) -> serializer&;
90 parsec::runtime_locking_shard::rpc::replicated_get_tickets_request&
94 const parsec::runtime_locking_shard::
95 replicated_shard_interface::ticket_type& t)
99 parsec::runtime_locking_shard::replicated_shard_interface::ticket_type&
auto operator>>(serializer &deser, parsec::agent::rpc::request &req) -> serializer &
auto operator<<(serializer &ser, const parsec::agent::rpc::request &req) -> serializer &