Move hash table to common/ directory
[lttng-tools.git] / tests / test_kernel_data_trace.c
index e46d9018696417000f325ddf8a0d8111ce48a79b..05fac0949c8ccaf6c127af8efeb4575bc0978deb 100644 (file)
@@ -25,7 +25,7 @@
 #include <unistd.h>
 #include <time.h>
 
-#include "ltt-sessiond/trace-kernel.h"
+#include "lttng-sessiond/trace-kernel.h"
 #include "utils.h"
 
 /* This path will NEVER be created in this test */
@@ -69,7 +69,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.023004 seconds and 4 git commands to generate.