From: Mathieu Desnoyers Date: Mon, 3 May 2021 14:23:00 +0000 (-0400) Subject: Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=6ed05973463c75c8d36273f6d32764fb761de199 Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime Signed-off-by: Mathieu Desnoyers Change-Id: I0a42d623af72bbc01eeb5e96c1974652fe7e3df2 --- 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;