summaryrefslogtreecommitdiff
path: root/rrdformat/format.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2020-02-03 20:18:29 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2020-02-03 20:18:29 -0500
commit5e7b65e0271b6f244aa30807ed5ad3aa405a2fd5 (patch)
tree64fb533a957303acf09bd69a621265f72d568201 /rrdformat/format.go
parent023eae6eda47df078615b46266b01dad056a91ac (diff)
more
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
}