Decouple `struct lttng_event` from filter code
[lttng-modules.git] / include / lttng / filter.h
index e999a0572f2797bcda2eb59a2ef18f6e0cadf085..a9477870491d5bace0ee03eadb7be31a9bedd3bc 100644 (file)
@@ -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,
This page took 0.022853 seconds and 4 git commands to generate.