Tracepoint API namespacing ust-endian
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-abi.c
index 4b876811450347845542e521eea0bd1ffe011b29..70445a19b95df9a000d0d76541371d899693c602 100644 (file)
@@ -43,7 +43,7 @@
 #include "common/ringbuffer/frontend.h"
 #include "common/ringbuffer/shm.h"
 #include "common/counter/counter.h"
-#include "tracepoint-internal.h"
+#include "common/tracepoint.h"
 #include "lttng-tracer.h"
 #include "common/strutils.h"
 #include "lib/lttng-ust/events.h"
@@ -291,7 +291,7 @@ int lttng_abi_create_root_handle(void)
 static
 int lttng_is_channel_ready(struct lttng_ust_channel_buffer *lttng_chan)
 {
-       struct lttng_ust_lib_ring_buffer_channel *chan;
+       struct lttng_ust_ring_buffer_channel *chan;
        unsigned int nr_streams, exp_streams;
 
        chan = lttng_chan->priv->rb_chan;
@@ -452,8 +452,8 @@ int lttng_abi_map_channel(int session_objd,
        struct lttng_ust_shm_handle *channel_handle;
        struct lttng_ust_abi_channel_config *lttng_chan_config;
        struct lttng_ust_channel_buffer *lttng_chan_buf;
-       struct lttng_ust_lib_ring_buffer_channel *chan;
-       struct lttng_ust_lib_ring_buffer_config *config;
+       struct lttng_ust_ring_buffer_channel *chan;
+       struct lttng_ust_ring_buffer_config *config;
        void *chan_data;
        int wakeup_fd;
        uint64_t len;
This page took 0.02461 seconds and 4 git commands to generate.