mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
e5c0295c9e
commit
0eada26b04
@ -41,9 +41,10 @@ value: JsonEncode(Serialize(object, FAState))
|
||||
//TODO: OnActiveChanged handling.
|
||||
void RedisWriter::UpdateAllConfigObjects(void)
|
||||
{
|
||||
|
||||
//TODO: Just use config types
|
||||
for (const Type::Ptr& type : Type::GetAllTypes()) {
|
||||
if (!ConfigObject::TypeInstance->IsAssignableFrom(type))
|
||||
continue;
|
||||
|
||||
String typeName = type->GetName();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user