Filter: add FILTER_OP_RETURN_S64 instruction
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-bytecode.h
index a0913af8b28f2004e3e1f9ae708cbc9f195fc42f..c2e8c78398e4f0ea47167b74a39469ca9a1a105c 100644 (file)
@@ -203,6 +203,8 @@ enum filter_op {
 
        FILTER_OP_UNARY_BIT_NOT                 = 98,
 
+       FILTER_OP_RETURN_S64                    = 99,
+
        NR_FILTER_OPS,
 };
 
This page took 0.024181 seconds and 4 git commands to generate.