diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-01 10:35:58 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-01 10:35:58 +0200 |
| commit | 2969016625c22d9b1e73534f82aed5a4f26b602f (patch) | |
| tree | 977f660651b4becce3592f7793c216e997e5e9ca /node/node.hpp | |
| parent | 74a59a6f1a3e232619a20034edf7a333ad029b03 (diff) | |
| download | cmix-2969016625c22d9b1e73534f82aed5a4f26b602f.tar.gz cmix-2969016625c22d9b1e73534f82aed5a4f26b602f.tar.bz2 cmix-2969016625c22d9b1e73534f82aed5a4f26b602f.zip | |
Created a container Message CMixMessage for all network communication.
Diffstat (limited to 'node/node.hpp')
| -rw-r--r-- | node/node.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/node.hpp b/node/node.hpp index ef9e43c..a481c70 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -47,6 +47,9 @@ class Node void start_precomputation(); void start_initialisation(); + + void handle_message(std::vector<uint8_t> const& message_buffer); + void handle_initialization(cmix_proto::Initialization const& init); public: /*! |
