X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/014983949544db9a324cece29a0ccc46b1e3e1f3..0c4a3402a57c61218bf1d1c6d8c31f5c3e1482f9:/options.h diff --git a/options.h b/options.h index e751535..5c43e6f 100644 --- 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;