Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-pthread-id.c
index da02d1a862b1d58a52d09f999cfde1c9fa6f479b..f6f8d76815c0c133d273fd5e6831dc11491aa205 100644 (file)
@@ -22,14 +22,14 @@ size_t pthread_id_get_size(void *priv __attribute__((unused)),
 {
        size_t size = 0;
 
-       size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(unsigned long));
+       size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(unsigned long));
        size += sizeof(unsigned long);
        return size;
 }
 
 static
 void pthread_id_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)
 {
        unsigned long pthread_id;
This page took 0.023969 seconds and 4 git commands to generate.