aboutsummaryrefslogtreecommitdiff
path: root/node/node.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-20 12:45:02 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-20 12:45:02 +0200
commit02b48a4f83f5c6bcc5c1ac0afbbddcdaeb685af0 (patch)
tree440e5afd3b204db0c4e964b8fe6006ea147751f5 /node/node.hpp
parent843c664d1da8cbe9a6aa5a7d49d827b30e22d9db (diff)
downloadcmix-02b48a4f83f5c6bcc5c1ac0afbbddcdaeb685af0.tar.gz
cmix-02b48a4f83f5c6bcc5c1ac0afbbddcdaeb685af0.tar.bz2
cmix-02b48a4f83f5c6bcc5c1ac0afbbddcdaeb685af0.zip
Fixes the build and fixes a crash.
Diffstat (limited to 'node/node.hpp')
-rw-r--r--node/node.hpp5
1 files changed, 1 insertions, 4 deletions
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<uint8_t> 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);