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

Method ActivateObject

lib/db_ido_pgsql/idopgsqlconnection.cpp:596–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596void IdoPgsqlConnection::ActivateObject(const DbObject::Ptr& dbobj)
597{
598 if (IsPaused())
599 return;
600
601 m_QueryQueue.Enqueue([this, dbobj]() { InternalActivateObject(dbobj); }, PriorityNormal);
602}
603
604void IdoPgsqlConnection::InternalActivateObject(const DbObject::Ptr& dbobj)
605{

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected