common: rename filter bytecode types
[lttng-tools.git] / src / common / event-rule / kprobe.c
index 01699caf1ade9407948e8024889095954d3948c9..12e6010ac1f25723caa73b72e74cf5d0f27df32f 100644 (file)
@@ -163,7 +163,7 @@ static const char *lttng_event_rule_kprobe_get_filter(
        return NULL;
 }
 
-static const struct lttng_filter_bytecode *
+static const struct lttng_bytecode *
 lttng_event_rule_kprobe_get_filter_bytecode(const struct lttng_event_rule *rule)
 {
        /* Not supported. */
This page took 0.023244 seconds and 4 git commands to generate.