X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng-filter.c;h=86c21ee421c08562b6694177e2d774493e285ec5;hb=refs%2Fheads%2Ffilter-array;hp=ff9767436fb7dec2ed4a082fc8c586183f505deb;hpb=16185c40b3ce873a7a88754b37a9f3aa6269c538;p=deliverable%2Flttng-modules.git diff --git a/lttng-filter.c b/lttng-filter.c index ff976743..86c21ee4 100644 --- a/lttng-filter.c +++ b/lttng-filter.c @@ -171,6 +171,8 @@ static const char *opnames[] = { [ FILTER_OP_LOAD_FIELD_DOUBLE ] = "LOAD_FIELD_DOUBLE", [ FILTER_OP_UNARY_BIT_NOT ] = "UNARY_BIT_NOT", + + [ FILTER_OP_RETURN_S64 ] = "RETURN_S64", }; const char *lttng_filter_print_op(enum filter_op op)