Skip to content

Commit

Permalink
Introduce Checkable#pending_executions
Browse files Browse the repository at this point in the history
refs #8034
  • Loading branch information
Al2Klimov authored and N-o-X committed Nov 20, 2020
1 parent 50a9e30 commit 1228d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/icinga/checkable.ti
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ abstract class Checkable : CustomVarObject
return Endpoint::GetByName(GetCommandEndpointRaw());
}}}
};

[state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions;
};

}

0 comments on commit 1228d75

Please sign in to comment.