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
1 changed files with 7 additions and 0 deletions

View File

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