aboutsummaryrefslogtreecommitdiff
path: root/node/node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/node.hpp')
-rw-r--r--node/node.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/node.hpp b/node/node.hpp
index db3c66f..5365c9f 100644
--- a/node/node.hpp
+++ b/node/node.hpp
@@ -40,6 +40,7 @@ struct NodeNetworkSettings {
std::string next_host; ///< Next nodes host.
std::string next_port; ///< Next nodes port.
std::string certdir; ///< Directory containing trusted certificate authorities.
+ unsigned int minimum_nr_messages; ///< The minimum number of available messages before starting to run a mix;
};
/*!
@@ -85,6 +86,7 @@ class Node
void start_realtime_phase();
void shutdown();
bool send_bye(bool got_bye);
+ void start_timer_delayed_mix();
void handle_node_initialization(cmix_proto::Initialization const& init);
void handle_node_secretkey(cmix_proto::SecretKey const& secret);