From 6ed05973463c75c8d36273f6d32764fb761de199 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 3 May 2021 10:23:00 -0400 Subject: [PATCH] Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime Signed-off-by: Mathieu Desnoyers Change-Id: I0a42d623af72bbc01eeb5e96c1974652fe7e3df2 --- src/lib/lttng-ust/lttng-bytecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/lttng-ust/lttng-bytecode.h b/src/lib/lttng-ust/lttng-bytecode.h index d8f2413c..87a90dd6 100644 --- a/src/lib/lttng-ust/lttng-bytecode.h +++ b/src/lib/lttng-ust/lttng-bytecode.h @@ -58,7 +58,7 @@ do { \ } while (0) #endif -/* Linked bytecode. Child of struct lttng_bytecode_runtime. */ +/* Linked bytecode. Child of struct lttng_ust_bytecode_runtime. */ struct bytecode_runtime { struct lttng_ust_bytecode_runtime p; size_t data_len; -- 2.34.1