From 3b45f27f389976718efaccdf71878e5455303da2 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Thu, 17 Nov 2011 01:16:39 +0200 Subject: Subsequent config updates. FIX data parsing bug --- client/Config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/Config.h') 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 servers; private: -- cgit v1.2.3