mirror of https://github.com/Icinga/icinga2.git
parent
39f1b4589a
commit
645e260f9b
|
@ -26,9 +26,9 @@ namespace icinga
|
|||
|
||||
abstract class Function
|
||||
{
|
||||
String "name";
|
||||
bool side_effect_free;
|
||||
bool deprecated;
|
||||
[config] String "name";
|
||||
[config] bool side_effect_free;
|
||||
[config] bool deprecated;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue