X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=filter-bytecode.h;fp=filter-bytecode.h;h=bd83d0891570b01daff304102bd58db7c4aa299b;hb=57ba4b4152578d463e8642ec0000cd3d6114ee6f;hp=2aa5c2d08462b6ca23129848b5ea8144d61c32f9;hpb=f8d427406a03b85966a3f7a1e621a95d7275a988;p=lttng-modules.git diff --git a/filter-bytecode.h b/filter-bytecode.h index 2aa5c2d0..bd83d089 100644 --- a/filter-bytecode.h +++ b/filter-bytecode.h @@ -204,6 +204,8 @@ enum filter_op { FILTER_OP_UNARY_BIT_NOT = 98, + FILTER_OP_RETURN_S64 = 99, + NR_FILTER_OPS, };