mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
6714796ecd
commit
fa14b39719
@ -219,6 +219,8 @@ void DbConnection::ClearIDCache(void)
|
|||||||
m_ObjectIDs.clear();
|
m_ObjectIDs.clear();
|
||||||
m_InsertIDs.clear();
|
m_InsertIDs.clear();
|
||||||
m_ActiveObjects.clear();
|
m_ActiveObjects.clear();
|
||||||
|
m_ConfigUpdates.clear();
|
||||||
|
m_StatusUpdates.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DbConnection::SetConfigUpdate(const DbObject::Ptr& dbobj, bool hasupdate)
|
void DbConnection::SetConfigUpdate(const DbObject::Ptr& dbobj, bool hasupdate)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user