lttng probe: include events-internal.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 17:55:44 +0000 (13:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2024 19:40:16 +0000 (15:40 -0400)
Include events-internal.h for the declarations of lttng_logger_init and
lttng_logger_exit.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I14968060c309083f90a282f186f3c635f1ebfd8d

src/probes/lttng.c

index 98558567894e263980f8302eb6d54cbb3ec6d81c..23b1de9e44412fcc16bdc01adb774013a0215712 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/miscdevice.h>
 #include <wrapper/vmalloc.h>
 #include <lttng/events.h>
+#include <lttng/events-internal.h>
 
 #define TP_MODULE_NOAUTOLOAD
 #define LTTNG_PACKAGE_BUILD
This page took 0.027042 seconds and 4 git commands to generate.