]> granicus.if.org Git - icinga2/blobdiff - lib/icinga/service.hpp
Correct current_concurrent_checks to actually running checks
[icinga2] / lib / icinga / service.hpp
index 8453e8506201d62ace6da7ead598b80e45282f76..0e6e4d8d3e8f5fc6e79bf22d4e238ab3127c30b2 100644 (file)
@@ -29,6 +29,7 @@ public:
 
        Host::Ptr GetHost() const override;
        int GetSeverity() const override;
+       bool GetHandled() const override;
 
        bool ResolveMacro(const String& macro, const CheckResult::Ptr& cr, Value *result) const override;