X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.c;h=23e8eac2a9f82ee12ea57f879b9df4481a177af3;hb=81d566c913e31b5dbd6ec304e679a3b248abec2b;hp=2e920286cf60cf35cd5c23dff580f96090a49582;hpb=b5e3b044d898fe910f93d3ffd737c55d4b34e4ab;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/kernel.c b/src/bin/lttng-sessiond/kernel.c index 2e920286c..23e8eac2a 100644 --- a/src/bin/lttng-sessiond/kernel.c +++ b/src/bin/lttng-sessiond/kernel.c @@ -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;