bytecode: generalize `struct lttng_ust_filter_bytecode_node`
[lttng-ust.git] / include / lttng / ust-events.h
index 7fa992efd77d86a93464e73336c596703f773a4f..4c02ffa3307027ecb7a12a54ca11a25d5503cca7 100644 (file)
@@ -442,8 +442,9 @@ enum lttng_filter_ret {
  */
 struct lttng_bytecode_runtime {
        /* Associated bytecode */
-       struct lttng_ust_filter_bytecode_node *bc;
-       uint64_t (*filter)(void *filter_data, const char *filter_stack_data);
+       struct lttng_ust_bytecode_node *bc;
+       uint64_t (*filter)(void *interpreter_data,
+                       const char *interpreter_stack_data);
        int link_failed;
        struct cds_list_head node;      /* list of bytecode runtime in event */
        /*
This page took 0.026889 seconds and 4 git commands to generate.