Tracepoint API namespacing 'TP_ARGS'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-procname.c
index bbc4687ad20bb2d878a5b249952092d98d45e95c..093b50c7c1444b60d791fee756b883b0c195d365 100644 (file)
@@ -10,7 +10,7 @@
 #include <stddef.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 #include <urcu/tls-compat.h>
 #include <assert.h>
 #include "common/compat/pthread.h"
@@ -74,7 +74,7 @@ size_t procname_get_size(void *priv __attribute__((unused)),
 
 static
 void procname_record(void *priv __attribute__((unused)),
-                struct lttng_ust_lib_ring_buffer_ctx *ctx,
+                struct lttng_ust_ring_buffer_ctx *ctx,
                 struct lttng_ust_channel_buffer *chan)
 {
        const char *procname;
This page took 0.023535 seconds and 4 git commands to generate.