diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-17 01:16:39 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-17 01:16:39 +0200 |
commit | 3b45f27f389976718efaccdf71878e5455303da2 (patch) | |
tree | 4db4ee5720912375fb7b2287bb75a1b4a9a768ad /client/Config.h | |
parent | b068f321dd9c6077c590473c4f108be87e7eb99d (diff) |
Subsequent config updates. FIX data parsing bug
Diffstat (limited to 'client/Config.h')
-rw-r--r-- | client/Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/Config.h b/client/Config.h index 26ee56c..091bec2 100644 --- a/client/Config.h +++ b/client/Config.h @@ -218,6 +218,9 @@ protected: */ void ParseFirewalls(string data); + /** + * @brief time between subsequent config updates + */ unsigned updateInterval; vector<ServerEntry> servers; private: |