From 5e7b65e0271b6f244aa30807ed5ad3aa405a2fd5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 3 Feb 2020 20:18:29 -0500 Subject: more --- rrdformat/format.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rrdformat/format.go') 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 } -- cgit v1.2.3