From d6fad3232b913a0e8c07612998305399927e405d Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 2 Jun 2020 16:59:42 +0200 Subject: [PATCH] Introduce Checkable#pending_executions refs #8034 --- lib/icinga/checkable.ti | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/icinga/checkable.ti b/lib/icinga/checkable.ti index 98d18cd7f..8a13ad63c 100644 --- a/lib/icinga/checkable.ti +++ b/lib/icinga/checkable.ti @@ -173,6 +173,8 @@ abstract class Checkable : CustomVarObject return Endpoint::GetByName(GetCommandEndpointRaw()); }}} }; + + [state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions; }; }