SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / common / filter / filter-ast.h
index 29fde10f8c126f7cd430b9a8f498987386801d03..93f9b9b25fd746673cc4689ff7ac7f5033779122 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <urcu/list.h>
  */
 
 #include <urcu/list.h>
+#include <stdio.h>
 #include <stdint.h>
 
 #define printf_debug(fmt, args...)                                     \
 #include <stdint.h>
 
 #define printf_debug(fmt, args...)                                     \
@@ -157,8 +158,8 @@ struct filter_parser_ctx {
        struct filter_ast *ast;
        struct cds_list_head allocated_strings;
        struct ir_op *ir_root;
        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);
 };
 
 struct filter_parser_ctx *filter_parser_ctx_alloc(FILE *input);
This page took 0.025095 seconds and 5 git commands to generate.