move-only: Move CBlockFileInfo to kernel namespace

Also, move it to the blockstorage module, because it is only used inside
that module.

Can be reviewed with the git option --color-moved=dimmed-zebra
This commit is contained in:
MarcoFalke
2025-10-28 12:14:16 +01:00
parent fa2bbc9e4c
commit fa01f38e53
7 changed files with 53 additions and 47 deletions

View File

@@ -17,6 +17,7 @@
#include <test/util/logging.h>
#include <test/util/setup_common.h>
using kernel::CBlockFileInfo;
using node::STORAGE_HEADER_BYTES;
using node::BlockManager;
using node::KernelNotifications;