Rename ringbuffer-context.h to ust-ringbuffer-context.h
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-mnt-ns.c
index 3642b023adb27e316733ba19ec42d41bc5271a4e..e7b32e6498c7ccf6953b4651c15757247c37186f 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 mnt_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 mnt_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 mnt_ns;
This page took 0.023132 seconds and 4 git commands to generate.