rippled
Loading...
Searching...
No Matches
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...

#include <events.h>

Public Attributes

val
 Event that is shared.
 

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 41 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 44 of file events.h.