Filter: add FILTER_OP_RETURN_S64 instruction
[lttng-modules.git] / filter-bytecode.h
index 2aa5c2d08462b6ca23129848b5ea8144d61c32f9..bd83d0891570b01daff304102bd58db7c4aa299b 100644 (file)
@@ -204,6 +204,8 @@ enum filter_op {
 
        FILTER_OP_UNARY_BIT_NOT                 = 98,
 
+       FILTER_OP_RETURN_S64                    = 99,
+
        NR_FILTER_OPS,
 };
 
This page took 0.022575 seconds and 4 git commands to generate.