diff options
Diffstat (limited to 'node/node.hpp')
| -rw-r--r-- | node/node.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/node.hpp b/node/node.hpp index 335a264..c99af17 100644 --- a/node/node.hpp +++ b/node/node.hpp @@ -50,6 +50,7 @@ struct NodeNetworkSettings { 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; + unsigned int nr_mixes; ///< The number of simultaneous mixes the network will perform. }; /*! |
