diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-25 22:16:30 +0300 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-25 22:16:30 +0300 |
commit | ec80c67bcfec64177910f39d31c4b20974629096 (patch) | |
tree | 7132d5c394e0e62d3d17a40ce7587d270f3706b6 /client/Config.h | |
parent | fc68a17bda76f7ffe8493bb8f9593631b9d05ba1 (diff) |
Three color speed values
Diffstat (limited to 'client/Config.h')
-rw-r--r-- | client/Config.h | 10 |
1 files changed, 8 insertions, 2 deletions
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.<br/> * 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.<br/> + * 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<FileEntry> fileActions; }; -#endif
\ No newline at end of file +#endif |