Rename struct lttng_bytecode_runtime to struct lttng_kernel_bytecode_runtime
[lttng-modules.git] / include / lttng / events-internal.h
index fa9cc35a1e84a73faddff507a4ed092e709948e5..2d5c4b12e47961a73e29a5139d9c3a920edeae65 100644 (file)
@@ -20,7 +20,7 @@ struct lttng_kernel_event_common_private {
        uint64_t user_token;
 
        int has_enablers_without_filter_bytecode;
-       /* list of struct lttng_bytecode_runtime, sorted by seqnum */
+       /* list of struct lttng_kernel_bytecode_runtime, sorted by seqnum */
        struct list_head filter_bytecode_runtime_head;
        enum lttng_kernel_abi_instrumentation instrumentation;
        /* Selected by instrumentation */
This page took 0.023362 seconds and 4 git commands to generate.