aboutsummaryrefslogtreecommitdiff
path: root/node/nextnode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/nextnode.hpp')
-rw-r--r--node/nextnode.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/node/nextnode.hpp b/node/nextnode.hpp
new file mode 100644
index 0000000..c1ce6a1
--- /dev/null
+++ b/node/nextnode.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+#include "client.hpp"
+
+#include <boost/asio/ip/tcp.hpp>
+
+class NextNode : public Client
+{
+public:
+ NextNode(boost::asio::ip::tcp::socket&& socket);
+};
+