diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2018-02-04 12:47:09 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2018-02-04 12:47:09 +0100 |
| commit | 21474893efe0ab38461c3d08727c7c778caa9323 (patch) | |
| tree | 8d48ec3353c84155dcf7daf67d8ade1dd1fd480d /client/cmixclient.hpp | |
| parent | 126021b3766e6fb33333b7939d78dadd1c632eb4 (diff) | |
| download | cmix-21474893efe0ab38461c3d08727c7c778caa9323.tar.gz cmix-21474893efe0ab38461c3d08727c7c778caa9323.tar.bz2 cmix-21474893efe0ab38461c3d08727c7c778caa9323.zip | |
Both algorithms are now batchable.
Diffstat (limited to 'client/cmixclient.hpp')
| -rw-r--r-- | client/cmixclient.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/cmixclient.hpp b/client/cmixclient.hpp index 6291bd1..d684c88 100644 --- a/client/cmixclient.hpp +++ b/client/cmixclient.hpp @@ -36,6 +36,7 @@ struct NodeDetails { struct NetworkDetails { std::vector<NodeDetails> node_details; ///< Vector with all the node hosts and ports in network order. std::string certdir; ///< The directory with trusted certificates. + unsigned int nr_mixes; ///< The number of simultaneous mixes the nodes are set to do. }; /*! @@ -78,4 +79,4 @@ public: * \brief run Runs the underlying io_service. */ void run(); -};
\ No newline at end of file +}; |
