From d8e48c32f8435076382543edfafbf81c223f9e87 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 10 Oct 2016 15:52:14 +0200 Subject: Added a Client so we can start finishing up the setup phase of cMix. --- node/node.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'node/node.hpp') diff --git a/node/node.hpp b/node/node.hpp index a4e21b3..fa0cb37 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -51,8 +51,12 @@ class Node void start_precomputation(); void start_initialisation(); + cmix_proto::CMixMessage parse_cmix_message(std::vector const& buffer); + void handle_initialization(cmix_proto::Initialization const& init); - void handle_message(std::vector const& message_buffer); + void handle_node_message(std::vector const& message_buffer); + + void handle_client_message(std::list::iterator handle, std::vector const& message_buffer); void handle_imanode(std::list::iterator handle); void handle_imaclient(std::list::iterator handle); -- cgit v1.2.3-70-g09d2