summaryrefslogtreecommitdiff
path: root/client/Config.h
diff options
context:
space:
mode:
authorAlex Borisov <b0ric.alex@gmail.com>2012-02-05 21:35:55 +0200
committerAlex Borisov <b0ric.alex@gmail.com>2012-02-05 21:35:55 +0200
commitb18bd36aed6671eed7c1b985181506c4860b9331 (patch)
treef2efce5ede9145fae66c0afa3930d996503692b3 /client/Config.h
parentb4caa570592b5b6ddaa10ca529bda3c80476c7fd (diff)
FIX: add Firewall rule; disable logfile buffering
Diffstat (limited to 'client/Config.h')
-rw-r--r--client/Config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/Config.h b/client/Config.h
index 1e3dd72..ac2ed31 100644
--- a/client/Config.h
+++ b/client/Config.h
@@ -229,6 +229,12 @@ public:
vector<FileEntry> GetDownloadList();
/**
+ * @brief Get list of firewall rules
+ * @return List of FirewallEntry wrapper object that describe firewall rules
+ */
+ vector<FirewallEntry> GetFirewallList();
+
+ /**
* @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