From 46f22621759d388f7cef4bf0d2ac03667a5d611e Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 7 Nov 2016 12:53:59 +0100 Subject: prepares the api for sending and mixing messages in the realtime phase. --- node/node.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node/node.hpp') diff --git a/node/node.hpp b/node/node.hpp index ea73121..a4c7992 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -24,6 +24,7 @@ */ struct NodeNetworkSettings { bool is_first; ///< Are we the first node in the network. + bool is_last; ///< Are we the last node in the network. std::string next_host; ///< Next nodes host. std::string next_port; ///< Next nodes port. std::string certdir; ///< Directory containing trusted certificate authorities. @@ -71,6 +72,7 @@ class Node CMixContext cmix_ctx; std::vector precomputation_data; + std::map index_map; bool shutting_down; -- cgit v1.2.3-70-g09d2