Bitcoin
|
Variables | |
BlockManager | g_blockman |
CBlockIndex * | pindexBestInvalid = nullptr |
CCriticalSection | cs_LastBlockFile |
std::vector< CBlockFileInfo > | vinfoBlockFile |
int | nLastBlockFile = 0 |
bool | fCheckForPruning = false |
std::set< CBlockIndex * > | setDirtyBlockIndex |
std::set< int > | setDirtyFileInfo |
CCriticalSection anonymous_namespace{validation.cpp}::cs_LastBlockFile |
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
BlockManager anonymous_namespace{validation.cpp}::g_blockman |
int anonymous_namespace{validation.cpp}::nLastBlockFile = 0 |
CBlockIndex* anonymous_namespace{validation.cpp}::pindexBestInvalid = nullptr |
std::set<CBlockIndex*> anonymous_namespace{validation.cpp}::setDirtyBlockIndex |
Dirty block index entries.
std::set<int> anonymous_namespace{validation.cpp}::setDirtyFileInfo |
Dirty block file entries.
std::vector<CBlockFileInfo> anonymous_namespace{validation.cpp}::vinfoBlockFile |