X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Flib%2Flttng-ctl%2Ffilter-ast.h;h=97a3ae410001a91f62c98d4dbb1f54ea331a96cf;hp=816562e230ce30bdd7ed498da172963b073e9535;hb=53a80697a772bc2e260e3dff006f910be6709f04;hpb=953192ba6eb2118c22bcfcb4bcd813f141b407e7 diff --git a/src/lib/lttng-ctl/filter-ast.h b/src/lib/lttng-ctl/filter-ast.h index 816562e23..97a3ae410 100644 --- a/src/lib/lttng-ctl/filter-ast.h +++ b/src/lib/lttng-ctl/filter-ast.h @@ -152,15 +152,14 @@ struct filter_ast { const char *node_type(struct filter_node *node); struct ir_op; -struct filter_bytecode; struct filter_parser_ctx { yyscan_t scanner; struct filter_ast *ast; struct cds_list_head allocated_strings; struct ir_op *ir_root; - struct filter_bytecode_alloc *bytecode; - struct filter_bytecode_alloc *bytecode_reloc; + struct lttng_filter_bytecode_alloc *bytecode; + struct lttng_filter_bytecode_alloc *bytecode_reloc; }; struct filter_parser_ctx *filter_parser_ctx_alloc(FILE *input);