Code

proto: Updated state constants.
authorSebastian Harl <sh@tokkee.org>
Wed, 19 Nov 2014 23:13:41 +0000 (00:13 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 19 Nov 2014 23:13:41 +0000 (00:13 +0100)
proto/proto.go

index 91e21122b82ac5013d7bc90bbbe933d7ade4dbd1..ee47fcfcf0442d78e4a89f076491bc629dc427da 100644 (file)
@@ -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.