X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=filter-bytecode.h;h=bd83d0891570b01daff304102bd58db7c4aa299b;hb=4efe037b99629804b658b7f50c020c9f27904ceb;hp=2aa5c2d08462b6ca23129848b5ea8144d61c32f9;hpb=e16c054bb621df50a1710dcd9d1d613f13ef52d2;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, };