OverSim
|
AddrPerOverlay contains the TransportAddress and bootstrap status for every overlay this node is part of. More...
#include <PeerStorage.h>
Public Attributes | |
int32_t | overlayId |
TransportAddress * | ta |
bool | bootstrapped |
true if node has bootstrapped in this overlay | |
uint32_t | overlayPeerVectorIndex |
AddrPerOverlay contains the TransportAddress and bootstrap status for every overlay this node is part of.
Definition at line 42 of file PeerStorage.h.
bool AddrPerOverlay::bootstrapped |
true if node has bootstrapped in this overlay
Definition at line 46 of file PeerStorage.h.
Referenced by AddrPerOverlayVector::setAddrForOverlayId().
int32_t AddrPerOverlay::overlayId |
Definition at line 44 of file PeerStorage.h.
Referenced by AddrPerOverlayVector::setAddrForOverlayId().
uint32_t AddrPerOverlay::overlayPeerVectorIndex |
Definition at line 47 of file PeerStorage.h.
TransportAddress* AddrPerOverlay::ta |
Definition at line 45 of file PeerStorage.h.
Referenced by AddrPerOverlayVector::setAddrForOverlayId().