Fix: comment related to filter bytecode list
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 18:38:38 +0000 (13:38 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 18:40:15 +0000 (13:40 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/events.h

index f4c9212c4384fe58462948f7af869f702adee919..3abdb80570f3015fc065fcdc1ed3bf4143b2729e 100644 (file)
@@ -393,7 +393,7 @@ struct lttng_enabler {
 
        enum lttng_enabler_format_type format_type;
 
 
        enum lttng_enabler_format_type format_type;
 
-       /* head list of struct lttng_ust_filter_bytecode_node */
+       /* head list of struct lttng_bytecode_node */
        struct list_head filter_bytecode_head;
 
        struct lttng_kernel_event event_param;
        struct list_head filter_bytecode_head;
 
        struct lttng_kernel_event event_param;
This page took 0.025349 seconds and 4 git commands to generate.