Filter: Implement rshift, lshift, bit not operators
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-ast.h
index 4bf42fd3fa915f0abf93a7c083a6c15c8fff9183..c5c73b69e8b9ee18281e33bd1f47ccf05d2dfe95 100644 (file)
@@ -67,8 +67,8 @@ enum op_type {
        AST_OP_MOD,
        AST_OP_PLUS,
        AST_OP_MINUS,
-       AST_OP_RSHIFT,
-       AST_OP_LSHIFT,
+       AST_OP_BIT_RSHIFT,
+       AST_OP_BIT_LSHIFT,
        AST_OP_AND,
        AST_OP_OR,
        AST_OP_BIT_AND,
This page took 0.023502 seconds and 4 git commands to generate.