Add kernel context support
[lttng-tools.git] / ltt-sessiond / trace.h
index 427b05b8814be010bd72b2ce0caf15c753fa8f51..2c2f62ae010d12fb85a30ecc8ac2aefef9b5e3ed 100644 (file)
@@ -45,6 +45,7 @@ struct ltt_kernel_channel_list {
 struct ltt_kernel_event {
        int fd;
        int enabled;
+       struct lttng_kernel_context *ctx;
        struct lttng_kernel_event *event;
        struct cds_list_head list;
 };
@@ -52,8 +53,10 @@ struct ltt_kernel_event {
 /* Kernel channel */
 struct ltt_kernel_channel {
        int fd;
+       int enabled;
        char *pathname;
        unsigned int stream_count;
+       struct lttng_kernel_context *ctx;
        struct lttng_channel *channel;
        struct ltt_kernel_event_list events_list;
        struct ltt_kernel_stream_list stream_list;
This page took 0.02386 seconds and 4 git commands to generate.