rippled
Public Attributes | List of all members
ripple::test::csf::Relay< V > Struct Template Reference

A value relayed to another peer as part of flooding. More...

Collaboration diagram for ripple::test::csf::Relay< V >:
Collaboration graph
[legend]

Public Attributes

PeerID to
 Peer relaying to. More...
 
val
 The value to relay. More...
 

Detailed Description

template<class V>
struct ripple::test::csf::Relay< V >

A value relayed to another peer as part of flooding.

Definition at line 67 of file events.h.

Member Data Documentation

◆ to

template<class V >
PeerID ripple::test::csf::Relay< V >::to

Peer relaying to.

Definition at line 70 of file events.h.

◆ val

template<class V >
V ripple::test::csf::Relay< V >::val

The value to relay.

Definition at line 73 of file events.h.