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

Method DeactivateObject

lib/db_ido_pgsql/idopgsqlconnection.cpp:635–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635void IdoPgsqlConnection::DeactivateObject(const DbObject::Ptr& dbobj)
636{
637 if (IsPaused())
638 return;
639
640 m_QueryQueue.Enqueue([this, dbobj]() { InternalDeactivateObject(dbobj); }, PriorityNormal);
641}
642
643void IdoPgsqlConnection::InternalDeactivateObject(const DbObject::Ptr& dbobj)
644{

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected