Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vsuid.c
index 7d4009697359f115cb2f2443a25165dd410a6575..c679a26d0232ae4e128614f0bc99ccf6a58cd2f8 100644 (file)
@@ -71,14 +71,14 @@ size_t vsuid_get_size(void *priv __attribute__((unused)),
 {
        size_t size = 0;
 
-       size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(uid_t));
+       size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(uid_t));
        size += sizeof(uid_t);
        return size;
 }
 
 static
 void vsuid_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)
 {
        uid_t vsuid;
This page took 0.022445 seconds and 4 git commands to generate.