Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-vegid.c
index 0f4817839e0fb20bd9e15d8b8478b67b22a90c0a..b8b23ab743c7440cb863dc9170695167443a9b7c 100644 (file)
@@ -67,14 +67,14 @@ size_t vegid_get_size(void *priv __attribute__((unused)),
 {
        size_t size = 0;
 
-       size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(gid_t));
+       size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(gid_t));
        size += sizeof(gid_t);
        return size;
 }
 
 static
 void vegid_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)
 {
        gid_t vegid;
This page took 0.025089 seconds and 4 git commands to generate.