aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/config-handler.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-25 23:04:59 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-25 23:04:59 +0200
commitf1d11bdac99dd77a2fcca92d7a68c6902d65834d (patch)
treeec70646ce0523ad3d10da036b5a9145715ddc3b7 /configd/src/apps/sentinel/config-handler.h
parenta321b90e20adb82072ca3852000e55ef7514fcd0 (diff)
We can afford to wait a bit more for config, nor is it an error if it is late.
Diffstat (limited to 'configd/src/apps/sentinel/config-handler.h')
-rw-r--r--configd/src/apps/sentinel/config-handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/config-handler.h b/configd/src/apps/sentinel/config-handler.h
index 2656a8df571..897f1e1ce3c 100644
--- a/configd/src/apps/sentinel/config-handler.h
+++ b/configd/src/apps/sentinel/config-handler.h
@@ -71,7 +71,7 @@ private:
public:
ConfigHandler();
virtual ~ConfigHandler();
- void subscribe(const std::string & configId);
+ void subscribe(const std::string & configId, uint64_t timeoutMS);
bool terminate();
int doWork();
void updateActiveFdset(fd_set *fds, int *maxNum);