Rename struct lttng_bytecode_node to struct lttng_kernel_bytecode_node
[lttng-modules.git] / include / lttng / events-internal.h
index 5c1d356bf2f2bae07d0e9d3883286ec89f65c8c8..fa9cc35a1e84a73faddff507a4ed092e709948e5 100644 (file)
@@ -85,7 +85,7 @@ struct lttng_kernel_bytecode_filter_ctx {
 struct lttng_enabler {
        enum lttng_enabler_format_type format_type;
 
-       /* head list of struct lttng_bytecode_node */
+       /* head list of struct lttng_kernel_bytecode_node */
        struct list_head filter_bytecode_head;
 
        struct lttng_kernel_abi_event event_param;
@@ -106,7 +106,7 @@ struct lttng_event_notifier_enabler {
        struct list_head node;  /* List of event_notifier enablers */
        struct lttng_event_notifier_group *group;
 
-       /* head list of struct lttng_bytecode_node */
+       /* head list of struct lttng_kernel_bytecode_node */
        struct list_head capture_bytecode_head;
        uint64_t num_captures;
 };
This page took 0.023869 seconds and 4 git commands to generate.