Move block_deserializer to transport namespace
This commit is contained in:
parent
63692b2de3
commit
81967f7945
3 changed files with 3 additions and 3 deletions
|
|
@ -24,8 +24,6 @@ add_library(
|
||||||
blockprocessor.cpp
|
blockprocessor.cpp
|
||||||
bootstrap_weights_beta.hpp
|
bootstrap_weights_beta.hpp
|
||||||
bootstrap_weights_live.hpp
|
bootstrap_weights_live.hpp
|
||||||
bootstrap/block_deserializer.hpp
|
|
||||||
bootstrap/block_deserializer.cpp
|
|
||||||
bootstrap/bootstrap_config.hpp
|
bootstrap/bootstrap_config.hpp
|
||||||
bootstrap/bootstrap_config.cpp
|
bootstrap/bootstrap_config.cpp
|
||||||
bootstrap/bootstrap_server.hpp
|
bootstrap/bootstrap_server.hpp
|
||||||
|
|
@ -145,6 +143,8 @@ add_library(
|
||||||
scheduler/priority.cpp
|
scheduler/priority.cpp
|
||||||
telemetry.hpp
|
telemetry.hpp
|
||||||
telemetry.cpp
|
telemetry.cpp
|
||||||
|
transport/block_deserializer.hpp
|
||||||
|
transport/block_deserializer.cpp
|
||||||
transport/channel.hpp
|
transport/channel.hpp
|
||||||
transport/channel.cpp
|
transport/channel.cpp
|
||||||
transport/tcp_channel.hpp
|
transport/tcp_channel.hpp
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include <nano/lib/blocks.hpp>
|
#include <nano/lib/blocks.hpp>
|
||||||
#include <nano/lib/stream.hpp>
|
#include <nano/lib/stream.hpp>
|
||||||
#include <nano/node/bootstrap/block_deserializer.hpp>
|
#include <nano/node/transport/block_deserializer.hpp>
|
||||||
#include <nano/node/transport/tcp_socket.hpp>
|
#include <nano/node/transport/tcp_socket.hpp>
|
||||||
|
|
||||||
nano::bootstrap::block_deserializer::block_deserializer () :
|
nano::bootstrap::block_deserializer::block_deserializer () :
|
||||||
Loading…
Add table
Add a link
Reference in a new issue