Filter: add FILTER_OP_RETURN_S64 instruction
[lttng-ust.git] / liblttng-ust / filter-bytecode.h
index f937324d1fd853e236807812d3500994da895293..9a2d4c0a0c04e454be39c96212620f60565237d3 100644 (file)
@@ -206,6 +206,8 @@ enum filter_op {
 
        FILTER_OP_UNARY_BIT_NOT                 = 98,
 
+       FILTER_OP_RETURN_S64                    = 99,
+
        NR_FILTER_OPS,
 };
 
This page took 0.022802 seconds and 4 git commands to generate.