OverSim
AddrPerOverlay Struct Reference

AddrPerOverlay contains the TransportAddress and bootstrap status for every overlay this node is part of. More...

#include <PeerStorage.h>

Public Attributes

int32_t overlayId
TransportAddressta
bool bootstrapped
 true if node has bootstrapped in this overlay
uint32_t overlayPeerVectorIndex

Detailed Description

AddrPerOverlay contains the TransportAddress and bootstrap status for every overlay this node is part of.

Definition at line 42 of file PeerStorage.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: