Implement validator for timeperiods.

Fixes #3845
This commit is contained in:
Gunnar Beutner 2013-06-27 11:25:10 +02:00
parent a97519a42e
commit 4b997c0838

View File

@ -310,6 +310,13 @@ type TimePeriod {
%require "update", %require "update",
%attribute string "update" %attribute string "update"
}, },
/* %if (methods.update == "LegacyTimePeriod") { */
// %require "ranges",
%attribute dictionary "ranges" {
%attribute string "*"
}
/* } */
} }
type PerfdataWriter { type PerfdataWriter {