Rename ringbuffer-context.h to ust-ringbuffer-context.h
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-user-ns.c
index ead9f14c26c417880d64ee34028c5000de60971c..ab49e34cd0d39405dd2785fe67fb4fe7e502d7ed 100644 (file)
@@ -15,7 +15,7 @@
 #include <unistd.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 
 #include "context-internal.h"
 #include "common/ns.h"
@@ -78,14 +78,14 @@ size_t user_ns_get_size(void *priv __attribute__((unused)),
 {
        size_t size = 0;
 
-       size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(ino_t));
+       size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(ino_t));
        size += sizeof(ino_t);
        return size;
 }
 
 static
 void user_ns_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)
 {
        ino_t user_ns;
This page took 0.022771 seconds and 4 git commands to generate.