X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-ust-abi.c;h=70445a19b95df9a000d0d76541371d899693c602;hb=b4064f282fc27c80f17166b1439442d6ddd118b2;hp=f1096d06f9716ace6370490474e85ff29e959c3e;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-ust-abi.c b/src/lib/lttng-ust/lttng-ust-abi.c index f1096d06..70445a19 100644 --- a/src/lib/lttng-ust/lttng-ust-abi.c +++ b/src/lib/lttng-ust/lttng-ust-abi.c @@ -43,10 +43,10 @@ #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 "string-utils.h" -#include "ust-events-internal.h" +#include "common/strutils.h" +#include "lib/lttng-ust/events.h" #include "context-internal.h" #include "common/macros.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;