Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
[lttng-ust.git] / src / lib / lttng-ust / lttng-ust-abi.c
index b6d49547b1a2f9336b34e10504b8dca5365df896..70445a19b95df9a000d0d76541371d899693c602 100644 (file)
@@ -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.024336 seconds and 4 git commands to generate.