Rename ringbuffer-context.h to ust-ringbuffer-context.h
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-cgroup-ns.c
index 0a688db102e27b2684e70e6c94f715b89d9c5e93..7e992d86c6b4852b3c779c2973c51ef46e704858 100644 (file)
@@ -17,7 +17,7 @@
 #include <lttng/ust-tracer.h>
 #include "common/compat/tid.h"
 #include <urcu/tls-compat.h>
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 
 #include "context-internal.h"
 #include "lttng-tracer-core.h"
@@ -96,14 +96,14 @@ size_t cgroup_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 cgroup_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 cgroup_ns;
This page took 0.024537 seconds and 4 git commands to generate.