UST 2.0 support
[lttng-tools.git] / ltt-sessiond / trace-kernel.h
index aaadbb28e52d021eb325ccc9113ad08765eee8a9..2bf2f03c9e99c691b8363b3881e89efcc17c60d8 100644 (file)
@@ -82,7 +82,7 @@ struct ltt_kernel_stream {
 struct ltt_kernel_session {
        int fd;
        int metadata_stream_fd;
-       int kconsumer_fds_sent;
+       int consumer_fds_sent;
        int consumer_fd;
        unsigned int channel_count;
        unsigned int stream_count_global;
@@ -102,7 +102,7 @@ struct ltt_kernel_channel *trace_kernel_get_channel_by_name(
 /*
  * Create functions malloc() the data structure.
  */
-struct ltt_kernel_session *trace_kernel_create_session(void);
+struct ltt_kernel_session *trace_kernel_create_session(char *path);
 struct ltt_kernel_channel *trace_kernel_create_channel(struct lttng_channel *chan, char *path);
 struct ltt_kernel_event *trace_kernel_create_event(struct lttng_event *ev);
 struct ltt_kernel_metadata *trace_kernel_create_metadata(char *path);
This page took 0.022594 seconds and 4 git commands to generate.