xrpld
Loading...
Searching...
No Matches
xrpl::test::reduce_relay_test::Event Struct Reference
Collaboration diagram for xrpl::test::reduce_relay_test::Event:

Public Attributes

State state = State::Off
std::uint32_t cnt = 0
std::uint32_t handledCnt = 0
bool isSelected = false
Peer::id_t peer {}
std::uint16_t validator {}
std::optional< PublicKeykey
time_point< ManualClocktime
bool handled = false

Detailed Description

Definition at line 937 of file reduce_relay_test.cpp.

Member Data Documentation

◆ state

State xrpl::test::reduce_relay_test::Event::state = State::Off

Definition at line 939 of file reduce_relay_test.cpp.

◆ cnt

std::uint32_t xrpl::test::reduce_relay_test::Event::cnt = 0

Definition at line 940 of file reduce_relay_test.cpp.

◆ handledCnt

std::uint32_t xrpl::test::reduce_relay_test::Event::handledCnt = 0

Definition at line 941 of file reduce_relay_test.cpp.

◆ isSelected

bool xrpl::test::reduce_relay_test::Event::isSelected = false

Definition at line 942 of file reduce_relay_test.cpp.

◆ peer

Peer::id_t xrpl::test::reduce_relay_test::Event::peer {}

Definition at line 943 of file reduce_relay_test.cpp.

◆ validator

std::uint16_t xrpl::test::reduce_relay_test::Event::validator {}

Definition at line 944 of file reduce_relay_test.cpp.

◆ key

std::optional<PublicKey> xrpl::test::reduce_relay_test::Event::key

Definition at line 945 of file reduce_relay_test.cpp.

◆ time

time_point<ManualClock> xrpl::test::reduce_relay_test::Event::time

Definition at line 946 of file reduce_relay_test.cpp.

◆ handled

bool xrpl::test::reduce_relay_test::Event::handled = false

Definition at line 947 of file reduce_relay_test.cpp.