MCPcopy Create free account
hub / github.com/Icinga/icinga2 / AddAcknowledgement

Method AddAcknowledgement

lib/db_ido/dbevents.cpp:795–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795void DbEvents::AddAcknowledgement(const Checkable::Ptr& checkable, AcknowledgementType type)
796{
797 AddAcknowledgementInternal(checkable, type, true);
798}
799
800void DbEvents::RemoveAcknowledgement(const Checkable::Ptr& checkable)
801{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected