common: rename filter bytecode types
[lttng-tools.git] / src / common / filter / filter-ast.h
index a82e4f6bfd2cb77f21efdc13e045972029e3f157..93f9b9b25fd746673cc4689ff7ac7f5033779122 100644 (file)
@@ -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);
This page took 0.023318 seconds and 4 git commands to generate.