X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Flib%2Flttng-ctl%2Ffilter%2Ffilter-bytecode.h;h=26cabc408b0aad55a5922e1f4f563ab8bc4e7b0b;hp=a0913af8b28f2004e3e1f9ae708cbc9f195fc42f;hb=aa52c9865e22402a2e310b5b770ae0352b6a0be0;hpb=116d3c01872d62ee86bdbd0aea575b12fbc9c272 diff --git a/src/lib/lttng-ctl/filter/filter-bytecode.h b/src/lib/lttng-ctl/filter/filter-bytecode.h index a0913af8b..26cabc408 100644 --- a/src/lib/lttng-ctl/filter/filter-bytecode.h +++ b/src/lib/lttng-ctl/filter/filter-bytecode.h @@ -23,6 +23,7 @@ */ #include +#include #include "filter-ast.h" @@ -203,6 +204,8 @@ enum filter_op { FILTER_OP_UNARY_BIT_NOT = 98, + FILTER_OP_RETURN_S64 = 99, + NR_FILTER_OPS, };