Rename struct lib_ring_buffer* to struct lttng_ust_lib_ring_buffer*
[lttng-ust.git] / tests / ust-basic-tracing / ust-basic-tracing.c
index 23e9ceca4a3d807c49c9abc8ec9eb302d979c29a..49a0a3af1cc392e96b3d0e7f0fd5d296228bcb2d 100644 (file)
@@ -201,7 +201,7 @@ static
 int consume_stream(struct lttng_ust_shm_handle *handle, int cpu, char *outfile)
 {
        struct channel *chan;
-       struct lib_ring_buffer *buf;
+       struct lttng_ust_lib_ring_buffer *buf;
        int outfd, ret;
        int shm_fd, wait_fd;
        uint64_t memory_map_size;
This page took 0.022342 seconds and 4 git commands to generate.