common: rename filter bytecode types
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.c
index 2e920286cf60cf35cd5c23dff580f96090a49582..23e8eac2a9f82ee12ea57f879b9df4481a177af3 100644 (file)
@@ -568,7 +568,7 @@ end:
 int kernel_create_event(struct lttng_event *ev,
                struct ltt_kernel_channel *channel,
                char *filter_expression,
-               struct lttng_filter_bytecode *filter)
+               struct lttng_bytecode *filter)
 {
        int err, fd;
        enum lttng_error_code ret;
This page took 0.02305 seconds and 4 git commands to generate.