Move include/ust/ to include/lttng/
[lttng-ust.git] / tests / ust-multi-test / ust-multi-test.c
index ee5364fc927b0b0fea36756c932c4dd2b73184e8..541ed44b22bf04764099e808c36f99a15a02760d 100644 (file)
@@ -36,7 +36,7 @@
 #include <assert.h>
 #include <sys/socket.h>
 
-#include <ust/lttng-ust-comm.h>
+#include <lttng/ust-comm.h>
 #include <../../libringbuffer/backend.h>
 #include <../../libringbuffer/frontend.h>
 
@@ -208,7 +208,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.023798 seconds and 4 git commands to generate.