node::BlockManager::GetBlockFileInfo

Get block file info entry for one block file

Synopsis

Declared in <node/blockstorage.h>

[[requires_capability(0x7f2e1b099308), requires_capability(0x7f2e26d1aa68), requires_capability(0x7f2e375e0b48), requires_capability(0x7f2e33367f08), requires_capability(0x7f2e3542eef8), requires_capability(0x7f2e28a73a58)]]
kernel::CBlockFileInfo*
GetBlockFileInfo(size_t n);

Return Value

A pointer to the in-memory block-file info entry.

Parameters

NameDescription
nThe block-file number.