From 20139a86eddc062fdbaacad0d7d6fdbd999f2e18 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 14 Oct 2016 11:39:25 +0200 Subject: Refactored some code to be more consistent. --- node/node.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'node/node.hpp') diff --git a/node/node.hpp b/node/node.hpp index 9423860..76f3c0d 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -56,9 +56,12 @@ class Node void start_precomputation(); void start_initialisation(); - void handle_initialization(cmix_proto::Initialization const& init); + void handle_node_initialization(cmix_proto::Initialization const& init); + void handle_node_bye(cmix_proto::Bye); void handle_node_message(cmix_proto::CMixMessage message); + void handle_client_keyexchange(ClientMap::key_type handle, cmix_proto::KeyExchange ke); + void handle_client_bye(ClientMap::key_type handle, cmix_proto::Bye); void handle_client_message(ClientMap::key_type handle, cmix_proto::CMixMessage message); void handle_imanode(std::list::iterator handle); -- cgit v1.2.3-70-g09d2