Decouple `struct lttng_event` from filter code
[deliverable/lttng-ust.git] / liblttng-ust / lttng-filter.h
index cc15c1546fa469ae1f32871d8a74092662f990bf..f8e112932e3bebac723d77c69bc36351771d365c 100644 (file)
@@ -291,7 +291,7 @@ struct estack {
 const char *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.023567 seconds and 5 git commands to generate.