aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/outward-check.h
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/outward-check.h')
-rw-r--r--configd/src/apps/sentinel/outward-check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/outward-check.h b/configd/src/apps/sentinel/outward-check.h
index 0e53b9010dc..8e279da592f 100644
--- a/configd/src/apps/sentinel/outward-check.h
+++ b/configd/src/apps/sentinel/outward-check.h
@@ -38,7 +38,7 @@ private:
std::string _spec;
OutwardCheckContext &_context;
public:
- OutwardCheck(const std::string &spec, OutwardCheckContext &context);
+ OutwardCheck(const std::string &spec, OutwardCheckContext &context, int ping_timeout);
virtual ~OutwardCheck();
void RequestDone(FRT_RPCRequest *req) override;
bool ok() const { return _result == CcResult::ALL_OK; }