summaryrefslogtreecommitdiff
path: root/client/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/Config.h')
-rw-r--r--client/Config.h3
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: