X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng-filter.h;fp=lttng-filter.h;h=8832ff8fea2d91ef286d62c6e4d6b141b26dd1c6;hb=63629d862e5c6010d362dc30f2e8721221ef0dd5;hp=fec2db1f6c3b2fad866a536587bed97fd959b0dd;hpb=721caea47b6506f7ad9086c3e9801dc9dfe06b6a;p=deliverable%2Flttng-modules.git diff --git a/lttng-filter.h b/lttng-filter.h index fec2db1f..8832ff8f 100644 --- a/lttng-filter.h +++ b/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,