Code

proto: Updated state constants.
[sysdb/go.git] / 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.