summaryrefslogtreecommitdiff
path: root/client/Config.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-26 06:04:07 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-03-26 06:04:07 +0300
commit5e7966a5be76280e1d21c00de9c3bcec19f03f5e (patch)
treed0dc32de5d2f8f4350e7eb4f2ebf421215a02649 /client/Config.h
parent377af8b15b18e606e1a714c2688d6fc07dccf59b (diff)
parentec80c67bcfec64177910f39d31c4b20974629096 (diff)
Merge branch 'master' of ssh://sss.chaoslab.ru//home/private_git/proxy_ui
Diffstat (limited to 'client/Config.h')
-rw-r--r--client/Config.h10
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