BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Classes | Functions | Variables
net_processing.h File Reference
#include <net.h>
#include <validationinterface.h>
#include <consensus/params.h>
#include <sync.h>
Include dependency graph for net_processing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PeerLogicValidation
 
struct  CNodeStateStats
 

Functions

bool GetNodeStateStats (NodeId nodeid, CNodeStateStats &stats)
 Get statistics from node state. More...
 

Variables

CCriticalSection cs_main
 

Function Documentation

◆ GetNodeStateStats()

bool GetNodeStateStats ( NodeId  nodeid,
CNodeStateStats stats 
)

Get statistics from node state.

Definition at line 658 of file net_processing.cpp.

Variable Documentation

◆ cs_main

Definition at line 216 of file validation.cpp.