X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Ffilter.h;h=a9477870491d5bace0ee03eadb7be31a9bedd3bc;hb=2dfda770cc6781ec372ee8dadd8eb4f6ab37375a;hp=e999a0572f2797bcda2eb59a2ef18f6e0cadf085;hpb=1b917d6b45b8d2573462b43b407663ac9352e733;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,