From 89bc87943ada9b26c31ed4e00245e8fc3a67182c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 20 Nov 2014 00:13:41 +0100 Subject: [PATCH] proto: Updated state constants. --- proto/proto.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/proto/proto.go b/proto/proto.go index 91e2112..ee47fcf 100644 --- a/proto/proto.go +++ b/proto/proto.go @@ -79,8 +79,10 @@ const ( // 'TIMESERIES' command in the server. ConnectionTimeseries = Status(7) - // ConnectionExpr is the internal state for expression parsing. - ConnectionExpr = Status(100) + // ConnectionMatcher is the internal state for parsing matchers. + ConnectionMatcher = Status(100) + // ConnectionExpr is the internal state for parsing expressions. + ConnectionExpr = Status(101) ) // The DataType describes the type of data in a ConnectionData message. -- 2.30.2