From 120440b84fae1fa60e7ddac11e6cd43af5ca52d6 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 2 Jun 2020 17:09:13 +0200 Subject: [PATCH] Introduce Checkable#executions refs #8034 --- lib/icinga/checkable.ti | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/icinga/checkable.ti b/lib/icinga/checkable.ti index 8a13ad63c..62b0d7bd1 100644 --- a/lib/icinga/checkable.ti +++ b/lib/icinga/checkable.ti @@ -174,6 +174,7 @@ abstract class Checkable : CustomVarObject }}} }; + [state, no_user_modify] Dictionary::Ptr executions; [state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions; };