From 85d25eebd38bb278ad598a291a007938854945a4 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 28 Sep 2016 10:55:58 +0200 Subject: Made changes so we can have a 1 Node cmix network. --- node/nextnode.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node/nextnode.hpp') diff --git a/node/nextnode.hpp b/node/nextnode.hpp index c1ce6a1..42206bb 100644 --- a/node/nextnode.hpp +++ b/node/nextnode.hpp @@ -8,5 +8,9 @@ class NextNode : public Client { public: NextNode(boost::asio::ip::tcp::socket&& socket); + + void send(std::string message); + void connect(std::string next_host, std::string next_port, std::function on_connect); + void close(); }; -- cgit v1.2.3-70-g09d2