Filter: Handle the unary bitwise not operator (~) with an unsupported op error
[lttng-tools.git] / src / lib / lttng-ctl / filter-ast.h
index 97793c00bf7f199fea49aa508282552b6ce4bf84..176716474c850b297a6858d31aded176422f8e55 100644 (file)
@@ -91,6 +91,7 @@ enum unary_op_type {
        AST_UNARY_PLUS,
        AST_UNARY_MINUS,
        AST_UNARY_NOT,
+       AST_UNARY_BIN_NOT,
 };
 
 enum ast_link_type {
This page took 0.023499 seconds and 4 git commands to generate.