summaryrefslogtreecommitdiff
path: root/rrdformat/format.go
diff options
context:
space:
mode:
Diffstat (limited to 'rrdformat/format.go')
-rw-r--r--rrdformat/format.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/rrdformat/format.go b/rrdformat/format.go
index 2dbcb30..bb7459b 100644
--- a/rrdformat/format.go
+++ b/rrdformat/format.go
@@ -106,6 +106,11 @@ type PDPPrep struct {
Scratch [10]rrdbinary.Unival
}
+const (
+ PDPScratch_UnknownSecCnt = iota
+ PDPScratch_Value
+)
+
type CDPPrep struct {
Scratch [10]rrdbinary.Unival
}