Complete change of the source directory tree
[lttng-tools.git] / tests / test_kernel_data_trace.c
index e46d9018696417000f325ddf8a0d8111ce48a79b..c079e2c664e63c1dcf0676f7b2e2261dfa2a1f5d 100644 (file)
@@ -25,7 +25,9 @@
 #include <unistd.h>
 #include <time.h>
 
-#include "ltt-sessiond/trace-kernel.h"
+#include <bin/lttng-sessiond/trace-kernel.h>
+#include <common/lttng-share.h>
+
 #include "utils.h"
 
 /* This path will NEVER be created in this test */
@@ -69,7 +71,7 @@ static void create_one_kernel_session(void)
        printf("Validating kernel session: ");
        assert(kern->fd == 0);
        assert(kern->metadata_stream_fd == 0);
-       assert(kern->kconsumer_fds_sent == 0);
+       assert(kern->consumer_fds_sent == 0);
        assert(kern->channel_count == 0);
        assert(kern->stream_count_global == 0);
        assert(kern->metadata == NULL);
This page took 0.02565 seconds and 5 git commands to generate.