Check declaration of futex_async and update urcu needed version
[lttng-tools.git] / ltt-sessiond / trace.h
index 591af85730299c8c0832d11ab303236d4aeaed6d..6fd36d61c83ce5e960e2ef26b1f49f03dbd5b15d 100644 (file)
@@ -23,8 +23,7 @@
 #include <urcu/list.h>
 
 #include <lttng/lttng.h>
-
-#include "lttng-kernel.h"
+#include <lttng-kernel.h>
 
 /* Kernel event list */
 struct ltt_kernel_event_list {
@@ -84,6 +83,7 @@ struct ltt_kernel_session {
        int fd;
        int metadata_stream_fd;
        int kconsumer_fds_sent;
+       int consumer_fd;
        unsigned int channel_count;
        unsigned int stream_count_global;
        char *trace_path;
@@ -106,9 +106,6 @@ struct ltt_ust_marker {
        char *channel;
 };
 
-/*
- * Get functions.
- */
 struct ltt_kernel_event *get_kernel_event_by_name(
                char *name, struct ltt_kernel_channel *channel);
 struct ltt_kernel_channel *get_kernel_channel_by_name(
This page took 0.03022 seconds and 5 git commands to generate.