Fix enabled state when listing UST events
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index f2ec7405f83fe4ca4e35b418fba0724f2b02bf20..9235ca62c837e261e682b671a6a9e7262ea5fb84 100644 (file)
@@ -43,6 +43,7 @@ struct ltt_ust_context {
 
 /* UST event */
 struct ltt_ust_event {
+       unsigned int enabled;
        struct lttng_ust_event attr;
        struct cds_lfht *ctx;
        struct cds_lfht_node node;
@@ -59,6 +60,7 @@ struct ltt_ust_stream {
 
 /* UST channel */
 struct ltt_ust_channel {
+       unsigned int enabled;
        char name[LTTNG_UST_SYM_NAME_LEN];
        char pathname[PATH_MAX];
        struct lttng_ust_channel attr;
This page took 0.022936 seconds and 4 git commands to generate.