X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Ffilter-bytecode.h;h=9a2d4c0a0c04e454be39c96212620f60565237d3;hb=93c591bb3a90753ce66197f2c1e41c8ef554506f;hp=f937324d1fd853e236807812d3500994da895293;hpb=4e8f9a89eef37ea1228dff49f7a38330d2b42633;p=lttng-ust.git diff --git a/liblttng-ust/filter-bytecode.h b/liblttng-ust/filter-bytecode.h index f937324d..9a2d4c0a 100644 --- a/liblttng-ust/filter-bytecode.h +++ b/liblttng-ust/filter-bytecode.h @@ -206,6 +206,8 @@ enum filter_op { FILTER_OP_UNARY_BIT_NOT = 98, + FILTER_OP_RETURN_S64 = 99, + NR_FILTER_OPS, };