]> AND Private Git Repository - loba.git/blobdiff - options.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Improve help messages.
[loba.git] / options.h
index 0abec0f2e5ef0fe78e1c1802b666dbb62375177c..604d1781ebf1deb00ca901de2ae2bcef971a821f 100644 (file)
--- a/options.h
+++ b/options.h
@@ -19,6 +19,7 @@ namespace opt {
     extern std::string program_name;
     extern int help_requested;
     extern bool version_requested;
+    extern int option_x;       // hidden option, for debugging purpose
 
     // Simulation parameters
     extern int log_rate;
@@ -34,6 +35,8 @@ namespace opt {
         extern std::string topology;
         extern unsigned    nhosts;
         extern double      load;
+        extern bool        random_distribution;
+        extern unsigned long random_seed;
     }
 
     // Load balancing algorithm