Bitcoin
Variables
anonymous_namespace{validation.cpp} Namespace Reference

Variables

BlockManager g_blockman
 
CBlockIndexpindexBestInvalid = nullptr
 
CCriticalSection cs_LastBlockFile
 
std::vector< CBlockFileInfovinfoBlockFile
 
int nLastBlockFile = 0
 
bool fCheckForPruning = false
 
std::set< CBlockIndex * > setDirtyBlockIndex
 
std::set< int > setDirtyFileInfo
 

Variable Documentation

◆ cs_LastBlockFile

CCriticalSection anonymous_namespace{validation.cpp}::cs_LastBlockFile

◆ fCheckForPruning

bool anonymous_namespace{validation.cpp}::fCheckForPruning = false

Global flag to indicate we should check to see if there are block/undo files that should be deleted. Set on startup or if we allocate more file space when we're in prune mode

◆ g_blockman

BlockManager anonymous_namespace{validation.cpp}::g_blockman

◆ nLastBlockFile

int anonymous_namespace{validation.cpp}::nLastBlockFile = 0

◆ pindexBestInvalid

CBlockIndex* anonymous_namespace{validation.cpp}::pindexBestInvalid = nullptr

◆ setDirtyBlockIndex

std::set<CBlockIndex*> anonymous_namespace{validation.cpp}::setDirtyBlockIndex

Dirty block index entries.

◆ setDirtyFileInfo

std::set<int> anonymous_namespace{validation.cpp}::setDirtyFileInfo

Dirty block file entries.

◆ vinfoBlockFile

std::vector<CBlockFileInfo> anonymous_namespace{validation.cpp}::vinfoBlockFile