mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Move {Load,Dump}Mempool to kernel namespace
Also: 1. Add the newly introduced kernel/mempool_persist.cpp to IWYU CI script 2. Add chrono mapping for iwyu
This commit is contained in:
parent
aa30676541
commit
cb3e9a1e3f
11 changed files with 238 additions and 158 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include <init.h>
|
||||
|
||||
#include <kernel/checks.h>
|
||||
#include <kernel/mempool_persist.h>
|
||||
|
||||
#include <addrman.h>
|
||||
#include <banman.h>
|
||||
|
|
@ -104,6 +105,8 @@
|
|||
#include <zmq/zmqrpc.h>
|
||||
#endif
|
||||
|
||||
using kernel::DumpMempool;
|
||||
|
||||
using node::CacheSizes;
|
||||
using node::CalculateCacheSizes;
|
||||
using node::ChainstateLoadVerifyError;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue