[#kernel-BlockTreeDB-ReadReindexing] = xref:kernel.adoc[kernel]::xref:kernel/BlockTreeDB.adoc[BlockTreeDB]::ReadReindexing :relfileprefix: ../../ :mrdocs: Read whether a reindex was in progress. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ReadReindexing(bool& fReindexing); ---- == Parameters [cols="1,4"] |=== | Name| Description | *fReindexing* | Output set to true if reindexing was in progress. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#