Fix: replace ringbuffer-config.h by ringbuffer-context.h include
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Mar 2021 18:39:10 +0000 (14:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Mar 2021 18:39:10 +0000 (14:39 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I5d1f3333c8906afaf632b82742d101683a13cd5c

liblttng-ust-java-agent/jni/common/lttng_ust_context.c

index 52097896de82904de1bcb73f1f2eb8f3fa50d454..07f55cba6abe9a683e2c57db9b8434b575cedf10 100644 (file)
@@ -11,7 +11,7 @@
 #include <string.h>
 #include <inttypes.h>
 #include <lttng/ust-events.h>
-#include <lttng/ringbuffer-config.h>
+#include <lttng/ringbuffer-context.h>
 #include <ust-context-provider.h>
 
 #include "ust-helper.h"
This page took 0.02653 seconds and 4 git commands to generate.