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

Private GIT Repository
Deadlock fix, and other changes.
[loba.git] / options.h
index e751535bd8f0b3a3a1e9cb2ede251e57a8818103..5c43e6f2962420d2d35e82047227efeb6afe85bd 100644 (file)
--- a/options.h
+++ b/options.h
@@ -10,6 +10,9 @@
 // Global parameters, shared by all the processes
 namespace opt {
 
+    // Constants
+    extern const double load_ratio_threshold;
+
     // Global options
     extern std::string program_name;
     extern int help_requested;