1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Introduce Checkable#executions

refs 
This commit is contained in:
Alexander A. Klimov 2020-06-02 17:09:13 +02:00
parent d6fad3232b
commit 120440b84f

@ -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;
};