Fix: rename struct lttng_bytecode_runtime to struct lttng_ust_bytecode_runtime
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 May 2021 14:23:00 +0000 (10:23 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 May 2021 14:23:00 +0000 (10:23 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I0a42d623af72bbc01eeb5e96c1974652fe7e3df2

src/lib/lttng-ust/lttng-bytecode.h

index d8f2413c2c335955f3bd1eaaf8ee8aaf95f6cb00..87a90dd6bf6b3ff554f50e85a294f3a04f6a780a 100644 (file)
@@ -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;
This page took 0.02471 seconds and 4 git commands to generate.