X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ffilter%2Ffilter-ast.h;h=93f9b9b25fd746673cc4689ff7ac7f5033779122;hp=a82e4f6bfd2cb77f21efdc13e045972029e3f157;hb=4062406e2a957323852dca73a41e0239f6b9df03;hpb=0ae3cfc61fedae38ef31fe5a99458c4f2161c3b5 diff --git a/src/common/filter/filter-ast.h b/src/common/filter/filter-ast.h index a82e4f6bf..93f9b9b25 100644 --- a/src/common/filter/filter-ast.h +++ b/src/common/filter/filter-ast.h @@ -158,8 +158,8 @@ struct filter_parser_ctx { struct filter_ast *ast; struct cds_list_head allocated_strings; struct ir_op *ir_root; - struct lttng_filter_bytecode_alloc *bytecode; - struct lttng_filter_bytecode_alloc *bytecode_reloc; + struct lttng_bytecode_alloc *bytecode; + struct lttng_bytecode_alloc *bytecode_reloc; }; struct filter_parser_ctx *filter_parser_ctx_alloc(FILE *input);