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

Method VarsChangedHandler

lib/db_ido/dbobject.cpp:426–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void DbObject::VarsChangedHandler(const CustomVarObject::Ptr& object)
427{
428 DbObject::Ptr dbobj = GetOrCreateByObject(object);
429
430 if (!dbobj)
431 return;
432
433 dbobj->SendVarsStatusUpdate();
434}
435
436void DbObject::VersionChangedHandler(const ConfigObject::Ptr& object)
437{

Callers

nothing calls this directly

Calls 1

SendVarsStatusUpdateMethod · 0.80

Tested by

no test coverage detected