X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ltt-sessiond%2Ftrace.h;h=6fd36d61c83ce5e960e2ef26b1f49f03dbd5b15d;hb=8e12081b0ef475c304c629257bf4dbee2a826886;hp=591af85730299c8c0832d11ab303236d4aeaed6d;hpb=63053e7cec6930a85d4d4c7ac851a1c554179c8a;p=lttng-tools.git diff --git a/ltt-sessiond/trace.h b/ltt-sessiond/trace.h index 591af8573..6fd36d61c 100644 --- a/ltt-sessiond/trace.h +++ b/ltt-sessiond/trace.h @@ -23,8 +23,7 @@ #include #include - -#include "lttng-kernel.h" +#include /* 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(