From ec80c67bcfec64177910f39d31c4b20974629096 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 25 Mar 2012 22:16:30 +0300 Subject: Three color speed values --- client/Config.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'client/Config.h') diff --git a/client/Config.h b/client/Config.h index ac2ed31..67d5cde 100644 --- a/client/Config.h +++ b/client/Config.h @@ -237,9 +237,15 @@ public: /** * @brief Static proxy speed value limit.
* This value is used to determine speed label color. - * All speed value below this constant will be red, higher values will be green + * All speed value below this constant will be yellow, higher values will be green */ const unsigned StaticProxySpeedLow; + /** + * @brief Static proxy speed value limit.
+ * This value is used to determine speed label color. + * All speed value below this constant will be red, higher values will be yellow + */ + const unsigned StaticProxySpeedLowCrucial; protected: /** * @brief Class to represend 'server' record in the config file @@ -330,4 +336,4 @@ private: vector fileActions; }; -#endif \ No newline at end of file +#endif -- cgit v1.2.3