X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d8bc41619b280838934e13bef30f911715259fc9..8da825f95900484f657c27e30eafe4aacbba3af5:/options.cpp?ds=sidebyside diff --git a/options.cpp b/options.cpp index 2509fe0..f3e2be3 100644 --- a/options.cpp +++ b/options.cpp @@ -30,7 +30,7 @@ namespace opt { bool version_requested = false; // Simulation parameters - unsigned log_rate = 1; + int log_rate = 1; // Platform and deployment std::string platform_file; @@ -405,7 +405,8 @@ void opt::usage() << " depl : messages from auto deployment (inherited from main)\n" << " comm : messages from asynchronous pipes\n" << " proc : messages from base process class\n" - << " loba : messages from load-balancer\n"; + << " loba : messages from load-balancer\n" + << " thrd : messages from thread wrapper class\n"; // std::clog << "\nMiscellaneous low-level parameters\n";