From 02b48a4f83f5c6bcc5c1ac0afbbddcdaeb685af0 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 20 Oct 2016 12:45:02 +0200 Subject: Fixes the build and fixes a crash. --- node/node.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'node/node.hpp') diff --git a/node/node.hpp b/node/node.hpp index 5e3292b..ac379ca 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -56,16 +56,13 @@ class Node std::vector network_key; bool shutting_down; - - void send_bye(); - + void accept_handler(boost::asio::ip::tcp::socket&& socket); void start_precomputation(); void start_initialisation(); void handle_node_initialization(cmix_proto::Initialization const& init); - void handle_node_bye(cmix_proto::Bye); void handle_node_secretkey(cmix_proto::SecretKey const& secret); void handle_node_message(cmix_proto::CMixMessage message); -- cgit v1.2.3-70-g09d2