[net] Move eviction logic to its own file

This commit is contained in:
dergoegge
2022-05-26 16:07:04 +02:00
parent c741d748d4
commit 0101d2bc3c
7 changed files with 314 additions and 278 deletions

View File

@@ -149,6 +149,7 @@ BITCOIN_CORE_H = \
dbwrapper.h \
deploymentinfo.h \
deploymentstatus.h \
node/eviction.h \
external_signer.h \
flatfile.h \
fs.h \
@@ -371,6 +372,7 @@ libbitcoin_node_a_SOURCES = \
node/coin.cpp \
node/connection_types.cpp \
node/context.cpp \
node/eviction.cpp \
node/interfaces.cpp \
node/miner.cpp \
node/minisketchwrapper.cpp \