Mark the PerfdataValue class as "safe".

Refs #5909
This commit is contained in:
Gunnar Beutner 2014-04-11 07:43:57 +02:00
parent e6667c15d3
commit 8d3a334183

View File

@ -3,7 +3,7 @@
namespace icinga namespace icinga
{ {
class PerfdataValue safe class PerfdataValue
{ {
[state] double value; [state] double value;
[state] bool counter; [state] bool counter;