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

A value to be flooded to all other peers starting from this peer. More...

Public Attributes

val
 Event that is shared. More...
 

Detailed Description

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

A value to be flooded to all other peers starting from this peer.

Definition at line 58 of file events.h.

Member Data Documentation

◆ val

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

Event that is shared.

Definition at line 61 of file events.h.