Cleanup: Rename filter functions/fields to mention "filter"
[lttng-ust.git] / include / lttng / ust-events.h
index d89ddea6147a5659b694af6b53d11dba71861a85..7fa992efd77d86a93464e73336c596703f773a4f 100644 (file)
@@ -491,7 +491,7 @@ struct lttng_event {
 
        /* LTTng-UST 2.1 starts here */
        /* list of struct lttng_bytecode_runtime, sorted by seqnum */
-       struct cds_list_head bytecode_runtime_head;
+       struct cds_list_head filter_bytecode_runtime_head;
        int has_enablers_without_bytecode;
        /* Backward references: list of lttng_enabler_ref (ref to enablers) */
        struct cds_list_head enablers_ref_head;
This page took 0.02277 seconds and 4 git commands to generate.