X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ffilter.h;h=a9477870491d5bace0ee03eadb7be31a9bedd3bc;hb=b01155bac7199bfef02b9bc06e85421c28859626;hp=e999a0572f2797bcda2eb59a2ef18f6e0cadf085;hpb=5a15f70c5211ff4a398171a6971586e2948eb419;p=lttng-modules.git diff --git a/include/lttng/filter.h b/include/lttng/filter.h index e999a057..a9477870 100644 --- a/include/lttng/filter.h +++ b/include/lttng/filter.h @@ -235,7 +235,7 @@ struct estack { const char *lttng_filter_print_op(enum filter_op op); int lttng_filter_validate_bytecode(struct bytecode_runtime *bytecode); -int lttng_filter_specialize_bytecode(struct lttng_event *event, +int lttng_filter_specialize_bytecode(const struct lttng_event_desc *event_desc, struct bytecode_runtime *bytecode); uint64_t lttng_filter_false(void *filter_data,