UST support: add UST control commands
[lttng-tools.git] / ltt-sessiond / trace-kernel.h
index 2bf2f03c9e99c691b8363b3881e89efcc17c60d8..bcea65148be4d5994f0d5eec805e40449555cddb 100644 (file)
@@ -44,6 +44,10 @@ struct ltt_kernel_channel_list {
 struct ltt_kernel_event {
        int fd;
        int enabled;
+       /*
+        * TODO: need internal representation to support more than a
+        * single context.
+        */
        struct lttng_kernel_context *ctx;
        struct lttng_kernel_event *event;
        struct cds_list_head list;
@@ -56,6 +60,10 @@ struct ltt_kernel_channel {
        char *pathname;
        unsigned int stream_count;
        unsigned int event_count;
+       /*
+        * TODO: need internal representation to support more than a
+        * single context.
+        */
        struct lttng_kernel_context *ctx;
        struct lttng_channel *channel;
        struct ltt_kernel_event_list events_list;
This page took 0.022789 seconds and 4 git commands to generate.