PIVX Core  5.6.99
P2P Digital Currency
Public Attributes | List of all members
NodeEvictionCandidate Struct Reference
Collaboration diagram for NodeEvictionCandidate:
[legend]

Public Attributes

NodeId id
 
int64_t nTimeConnected
 
int64_t nMinPingUsecTime
 
CAddress addr
 
uint64_t nKeyedNetGroup
 

Detailed Description

Definition at line 941 of file net.cpp.

Member Data Documentation

◆ addr

CAddress NodeEvictionCandidate::addr

Definition at line 946 of file net.cpp.

◆ id

NodeId NodeEvictionCandidate::id

Definition at line 943 of file net.cpp.

◆ nKeyedNetGroup

uint64_t NodeEvictionCandidate::nKeyedNetGroup

Definition at line 947 of file net.cpp.

◆ nMinPingUsecTime

int64_t NodeEvictionCandidate::nMinPingUsecTime

Definition at line 945 of file net.cpp.

◆ nTimeConnected

int64_t NodeEvictionCandidate::nTimeConnected

Definition at line 944 of file net.cpp.


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