SoW-2019-0002: Dynamic Snapshot
[deliverable/lttng-modules.git] / lttng-filter.h
index fec2db1f6c3b2fad866a536587bed97fd959b0dd..8832ff8fea2d91ef286d62c6e4d6b141b26dd1c6 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.024951 seconds and 5 git commands to generate.