common: rename filter bytecode types
[lttng-tools.git] / src / common / event-rule / uprobe.c
index de4ee1cb0add4efa908cbc57fcd46d86f8b02cde..67f99c482ec681c4e95d39625e5ca582df41391f 100644 (file)
@@ -155,7 +155,7 @@ static const char *lttng_event_rule_uprobe_get_filter(
        return NULL;
 }
 
-static const struct lttng_filter_bytecode *
+static const struct lttng_bytecode *
 lttng_event_rule_uprobe_get_filter_bytecode(const struct lttng_event_rule *rule)
 {
        /* Unsupported. */
This page took 0.023021 seconds and 4 git commands to generate.