rippled
|
Generic Validations adaptor that simply ignores recently stale validations. More...
Classes | |
struct | Mutex |
Public Types | |
using | Validation = csf::Validation |
using | Ledger = csf::Ledger |
Public Member Functions | |
ValAdaptor (Peer &p) | |
NetClock::time_point | now () const |
std::optional< Ledger > | acquire (Ledger::ID const &lId) |
Private Attributes | |
Peer & | p_ |
Generic Validations adaptor that simply ignores recently stale validations.
Definition at line 116 of file test/csf/Peer.h.
Definition at line 134 of file test/csf/Peer.h.
Definition at line 135 of file test/csf/Peer.h.
ripple::test::csf::Peer::ValAdaptor::ValAdaptor | ( | Peer & | p | ) |
Definition at line 137 of file test/csf/Peer.h.
NetClock::time_point ripple::test::csf::Peer::ValAdaptor::now | ( | ) | const |
Definition at line 142 of file test/csf/Peer.h.
std::optional<Ledger> ripple::test::csf::Peer::ValAdaptor::acquire | ( | Ledger::ID const & | lId | ) |
Definition at line 148 of file test/csf/Peer.h.
|
private |
Definition at line 118 of file test/csf/Peer.h.