Tracepoint API namespacing '_TP_NARGS'
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-ip.c
index e9cc969fdc48a8488f9bddced3a2c048fe7aa6a3..2a652913547007ed5d6efb7c4a13fcf2085e8810 100644 (file)
@@ -13,7 +13,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"
 
@@ -23,14 +23,14 @@ size_t ip_get_size(void *priv __attribute__((unused)),
 {
        size_t size = 0;
 
-       size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(void *));
+       size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(void *));
        size += sizeof(void *);
        return size;
 }
 
 static
 void ip_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)
 {
        void *ip;
This page took 0.023971 seconds and 4 git commands to generate.