From: Sebastian Harl Date: Wed, 19 Nov 2014 23:13:41 +0000 (+0100) Subject: proto: Updated state constants. X-Git-Url: https://git.tokkee.org/?p=sysdb%2Fgo.git;a=commitdiff_plain;h=89bc87943ada9b26c31ed4e00245e8fc3a67182c proto: Updated state constants. --- 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.